diff --git a/action.yml b/action.yml index 5c84bc9..30f360a 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: description: The version to use. Should be a semver range or 'latest'. Or use [{repository}#]branch@{branch_name} to select a branch. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'