diff --git a/.github/actions/generate-next-tag/action.yml b/.github/actions/generate-next-tag/action.yml index df53bbe784..2368bdb6f1 100644 --- a/.github/actions/generate-next-tag/action.yml +++ b/.github/actions/generate-next-tag/action.yml @@ -8,6 +8,5 @@ inputs: description: 'The latest tag for the above prefix' required: false runs: - using: 'node14' - main: 'dist/index.js' - shell: bash \ No newline at end of file + using: 'node16' + main: 'dist/index.js' \ No newline at end of file