We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf64ed commit 433076fCopy full SHA for 433076f
.github/workflows/wasm-test.yaml
@@ -28,10 +28,10 @@ jobs:
28
29
steps:
30
- uses: actions/checkout@v6
31
- - name: Setup Node.js 20.x
+ - name: Setup Node.js 22.x
32
uses: actions/setup-node@v6
33
with:
34
- node-version: 20.x
+ node-version: 22.x
35
- name: Setup Rust
36
uses: actions-rs/toolchain@v1
37
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup Go
42
uses: actions/setup-go@v6
43
44
- go-version: 1.22
+ go-version: 1.23
45
46
- name: Install dependencies
47
run: npm install
0 commit comments