diff --git a/action.yml b/action.yml index bd337e4..0736f03 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: description: Export the secrets as environment variables default: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'