Skip to content

Commit

Permalink
fix: rust build (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Oct 13, 2023
1 parent bf96a61 commit 74c7451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci --ignore-scripts && npm install -g wasm-pack
run: npm ci --ignore-scripts && npm install -g wasm-pack@0.10.3

- name: Build
run: npm run build && npm run postinstall
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "20"
- name: Install modules
run: npm ci --ignore-scripts && npm install -g wasm-pack
run: npm ci --ignore-scripts && npm install -g wasm-pack@0.10.3
- name: Build
run: npm run build production && npm run postinstall
- name: Release
Expand Down

0 comments on commit 74c7451

Please sign in to comment.