diff --git a/action.yml b/action.yml index af0daa8..183adfd 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ inputs: default: on-failure required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js' post-if: runner.os == 'macOS'