Skip to content

Commit 82251fe

Browse files
committed
ci: upgrade web
1 parent a375336 commit 82251fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/web.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions-rust-lang/setup-rust-toolchain@v1
15+
- uses: actions-rust-lang/setup-rust-toolchain@main
1616
with:
1717
toolchain: 1.74.0
1818
- name: Install wasi-vfs
1919
env:
20-
WASI_VFS_VERSION: 0.5.2
20+
WASI_VFS_VERSION: 0.5.4
2121
run: |
2222
curl -LO "https://github.com/kateinoigakukun/wasi-vfs/releases/download/v${WASI_VFS_VERSION}/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip"
2323
unzip wasi-vfs-cli-x86_64-unknown-linux-gnu.zip
@@ -32,7 +32,7 @@ jobs:
3232
run: npm install -g yarn
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 21
35+
node-version: 20
3636
cache: yarn
3737
cache-dependency-path: 'web/yarn.lock'
3838
- name: Cache ruby.wasm artefacts

0 commit comments

Comments
 (0)