Skip to content

Commit

Permalink
fix: lib install script
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 9, 2024
1 parent 9d83d1f commit 9b3846e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: |
npm i && npm run test
npm i --force && npm run test

0 comments on commit 9b3846e

Please sign in to comment.