File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments