Skip to content

Commit 0a90251

Browse files
committed
Revert node version change
1 parent dc6e3c6 commit 0a90251

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Node.js
6262
uses: actions/setup-node@v4
6363
with:
64-
node-version: 22
64+
node-version: 20
6565
cache: yarn
6666
cache-dependency-path: ./devices/wasm/web/yarn.lock
6767
- name: Setup Emscripten

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 22
20+
node-version: 20
2121
cache: yarn
2222
cache-dependency-path: ./devices/wasm/web/yarn.lock
2323
- name: Setup Emscripten

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
20.11.0

0 commit comments

Comments
 (0)