We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3e5b5 commit 54a4e86Copy full SHA for 54a4e86
.github/workflows/ci.yml
@@ -30,17 +30,17 @@ jobs:
30
with:
31
toolchain: nightly
32
33
- - name: Setup node ${{ matrix.node-version }}
34
- uses: actions/setup-node@v3
35
- with:
36
- node-version: ${{ matrix.node-version }}
37
-
38
- name: Install wasm-pack
39
run: |
40
rustup component add rustfmt
41
cargo install wasm-pack --version 0.13.1
42
cargo install wasm-opt --version 0.116.1
43
+ - name: Setup node ${{ matrix.node-version }}
+ uses: actions/setup-node@v3
+ with:
+ node-version: ${{ matrix.node-version }}
+
44
- name: Build Info
45
46
echo "node $(node --version)"
0 commit comments