From 469e87c6a4da018b6d5281bde7c78c906db94e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastian=20Molle?= Date: Wed, 28 Feb 2024 21:01:20 +0100 Subject: [PATCH] Update action.yml Upgrade for Node v20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b7717b6..59b45c6 100644 --- a/action.yml +++ b/action.yml @@ -6,5 +6,5 @@ inputs: description: 'The BATS version to setup. Example: 1.0.0 or master, default: 1.2.1' default: '1.2.1' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'