Skip to content

Commit c182291

Browse files
committed
Fix CI
1 parent 42f17c2 commit c182291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626

2727
- name: npm install, build and test
2828
run: |
29-
npm install
29+
npm install --force
3030
npm run lint
3131
npm test

0 commit comments

Comments
 (0)