From 7f1c321dafe4441268743759c9fab9965e6a92ba Mon Sep 17 00:00:00 2001 From: tyiuhc Date: Mon, 29 Jan 2024 15:07:26 -0800 Subject: [PATCH] chore: update release.yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: