Attempt to fix node package upload to NPM

pull/76/head
Tpt 4 years ago
parent e0b78101b7
commit dd040a8831
  1. 3
      .github/workflows/release.yml

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

Loading…
Cancel
Save