From 30fa50affd6d16019500dd0dc6b5aa599ad3b880 Mon Sep 17 00:00:00 2001 From: toyobayashi Date: Wed, 22 Jan 2025 23:55:48 +0800 Subject: [PATCH] ci: use LLVM 19 and node 22 --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6c82b60..0c60f18a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 }} @@ -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 }} @@ -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 }}