Skip to content

Commit c8dc74a

Browse files
committed
Fix workflow
1 parent 7ad2056 commit c8dc74a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/unittest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323

2424
- name: Run test
2525
run: |
26-
npm install
26+
rm package-lock.json
27+
npm install --no-optional
2728
npm run test

package-lock.json

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)