diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 442013a4..b1a105ef 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -49,5 +49,6 @@ jobs: sign: true tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '1') && 'latest' || 'next' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: 20.18.0 secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7057fe9..f09db51d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,3 +26,4 @@ jobs: fail-fast: false with: os: ${{ matrix.os }} + nodeVersion: 20.18.0