diff --git a/action.yml b/action.yml index cf658df..b7717b6 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: 'node12' + using: 'node16' main: 'dist/index.js'