Skip to content

Commit 433076f

Browse files
committed
chore: bump node version to 22.x
Signed-off-by: Peefy <xpf6677@163.com>
1 parent edf64ed commit 433076f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wasm-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v6
31-
- name: Setup Node.js 20.x
31+
- name: Setup Node.js 22.x
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: 20.x
34+
node-version: 22.x
3535
- name: Setup Rust
3636
uses: actions-rs/toolchain@v1
3737
with:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Go
4242
uses: actions/setup-go@v6
4343
with:
44-
go-version: 1.22
44+
go-version: 1.23
4545

4646
- name: Install dependencies
4747
run: npm install

0 commit comments

Comments
 (0)