diff --git a/action.yml b/action.yml index e7e39a4..7402812 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,6 @@ inputs: default: 'true' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js'