diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd550dd..db3cc31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,10 @@ jobs: go-version: '1.17' check-latest: true + - uses: actions/setup-node@v4 + with: + node-version: '20' + - name: Semantic Release --dry-run if: ${{ github.event.inputs.dryRun == 'true'}} env: