Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 25, 2024
1 parent dc1f96f commit dc7cfc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: npm

- name: Compile
run: wasm-pack build --release --features=${{ matrix.features }} --target=${{ matrix.platform.wasm-target }}

Expand Down

0 comments on commit dc7cfc1

Please sign in to comment.