Skip to content

Commit

Permalink
Install dependencies without lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 12, 2024
1 parent 2769692 commit c7a94dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
with:
node-version: "22"
cache: npm


- name: Install dependencies without lock file
run: npm install

- name: Run test
run: wasm-pack test ${{ matrix.platform.test-runner }}

0 comments on commit c7a94dc

Please sign in to comment.