We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3def6 commit 8800615Copy full SHA for 8800615
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,12 @@ jobs:
34
go mod tidy
35
git diff --exit-code
36
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
+
43
- name: Install pnpm for wasm
44
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
45
with:
0 commit comments