|
|
@ -107,7 +107,8 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
- uses: actions/setup-node@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '12' |
|
|
|
node-version: 14 |
|
|
|
|
|
|
|
registry-url: https://registry.npmjs.org |
|
|
|
- run: rustup update |
|
|
|
- run: rustup update |
|
|
|
- run: cargo install wasm-pack |
|
|
|
- run: cargo install wasm-pack |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|