Skip to content

Commit

Permalink
ci: use LLVM 19 and node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 22, 2025
1 parent 9ff3d4c commit 30fa50a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ on:
workflow_dispatch:

env:
WASI_VERSION: '22'
WASI_VERSION_FULL: '22.0'
WASI_SDK_PATH: './wasi-sdk-22.0'
EM_VERSION: '3.1.52'
WASI_VERSION: '25'
WASI_VERSION_FULL: '25.0'
WASI_SDK_PATH: './wasi-sdk-25.0'
EM_VERSION: '3.1.64'
EM_CACHE_FOLDER: 'emsdk-cache'

jobs:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
node-version: '22.13.1'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
tar zxvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz -C $WASI_SDK_PATH --strip 1
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
node-version: '22.13.1'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
node-version: '22.13.1'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 30fa50a

Please sign in to comment.