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'