Skip to content

Commit 8800615

Browse files
authored
chore: add support for setup-node (#5657)
1 parent 5b3def6 commit 8800615

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
go mod tidy
3535
git diff --exit-code
3636
37+
- uses: actions/setup-node@v6
38+
with:
39+
node-version: '24'
40+
registry-url: 'https://registry.npmjs.org'
41+
package-manager-cache: false # never use caching in release builds
42+
3743
- name: Install pnpm for wasm
3844
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3945
with:

0 commit comments

Comments
 (0)