diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 7b104d5b..c83fb907 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -29,6 +29,6 @@ jobs: sign: true tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} - nodeVersion: 'lts/-1' + nodeVersion: '20' secrets: inherit