Skip to content

Commit 42bcf8c

Browse files
committed
ci: use LLVM 19 and node 22
1 parent 3e48cd3 commit 42bcf8c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
workflow_dispatch:
1919

2020
env:
21-
WASI_VERSION: '22'
22-
WASI_VERSION_FULL: '22.0'
23-
WASI_SDK_PATH: './wasi-sdk-22.0'
24-
EM_VERSION: '3.1.52'
21+
WASI_VERSION: '25'
22+
WASI_VERSION_FULL: '25.0'
23+
WASI_SDK_PATH: './wasi-sdk-25.0'
24+
EM_VERSION: '3.1.64'
2525
EM_CACHE_FOLDER: 'emsdk-cache'
2626

2727
jobs:
@@ -76,7 +76,7 @@ jobs:
7676
7777
- uses: actions/setup-node@v3
7878
with:
79-
node-version: '20.9.0'
79+
node-version: '22.13.1'
8080
registry-url: 'https://registry.npmjs.org'
8181
env:
8282
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -166,7 +166,7 @@ jobs:
166166
tar zxvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz -C $WASI_SDK_PATH --strip 1
167167
- uses: actions/setup-node@v3
168168
with:
169-
node-version: '20.9.0'
169+
node-version: '22.13.1'
170170
registry-url: 'https://registry.npmjs.org'
171171
env:
172172
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -208,7 +208,7 @@ jobs:
208208
- uses: actions/checkout@v4
209209
- uses: actions/setup-node@v3
210210
with:
211-
node-version: '20.9.0'
211+
node-version: '22.13.1'
212212
registry-url: 'https://registry.npmjs.org'
213213
env:
214214
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)