Skip to content

Commit 7cf1cca

Browse files
committed
Update GH Actions workflows
1 parent 5151e8e commit 7cf1cca

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,10 @@ jobs:
5858
steps:
5959
- name: Checkout repository
6060
uses: actions/checkout@v4
61-
- name: Install dependencies (apt)
62-
run: |
63-
sudo apt-get update && \
64-
sudo apt-get install -y --no-install-recommends \
65-
libxi-dev libgl1-mesa-dev
6661
- name: Setup Node.js
6762
uses: actions/setup-node@v4
6863
with:
69-
node-version: 20
64+
node-version: 22
7065
cache: yarn
7166
cache-dependency-path: ./devices/wasm/web/yarn.lock
7267
- name: Setup Emscripten

.github/workflows/web.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
17-
- name: Install dependencies (apt)
18-
run: |
19-
sudo apt-get update && \
20-
sudo apt-get install -y --no-install-recommends \
21-
libxi-dev libgl1-mesa-dev
2217
- name: Setup Node.js
2318
uses: actions/setup-node@v4
2419
with:
25-
node-version: 20
20+
node-version: 22
2621
cache: yarn
2722
cache-dependency-path: ./devices/wasm/web/yarn.lock
2823
- name: Setup Emscripten

0 commit comments

Comments
 (0)