Skip to content

Commit

Permalink
Fix nightly build (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Feb 12, 2024
1 parent cd3345a commit 0683d80
Show file tree
Hide file tree
Showing 11 changed files with 420 additions and 392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/[email protected]
with:
version: "0.2.90"
version: "0.2.91"

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/[email protected]
with:
version: "0.2.90"
version: "0.2.91"

- name: Set Up Node.js ${{ matrix.node }} and Yarn Cache
uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 0683d80

Please sign in to comment.