Skip to content

Commit 8052ad0

Browse files
committed
install node v22
1 parent a0f977f commit 8052ad0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/wasm_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19+
- name: Set up Node.js v22
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: "22"
23+
24+
- name: Verify Node.js version
25+
run: node --version
26+
1927
- name: Set up Python
2028
uses: actions/setup-python@v4
2129
with:

0 commit comments

Comments
 (0)