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 233220b commit 1d0f307Copy full SHA for 1d0f307
.github/workflows/ci.yml
@@ -25,16 +25,16 @@ jobs:
25
with:
26
ref: ${{ github.event.pull_request.head.sha }}
27
28
- - name: Setup node ${{ matrix.node-version }}
29
- uses: actions/setup-node@v3
30
- with:
31
- node-version: ${{ matrix.node-version }}
32
-
33
- name: Install Rust
34
uses: dtolnay/rust-toolchain@v1
35
36
toolchain: nightly
37
+ - name: Setup node ${{ matrix.node-version }}
+ uses: actions/setup-node@v3
+ with:
+ node-version: ${{ matrix.node-version }}
+
38
- name: Install wasm-pack
39
run: |
40
rustup component add rustfmt
0 commit comments