Skip to content

Commit bd6913c

Browse files
committed
Add back --force
1 parent 4ff4be9 commit bd6913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
sed -ie 's/"eslint": "^9.32.0"/"eslint": "^10.0.0-0"/' package.json
7777
- name: Install Packages
78-
run: npm install
78+
run: npm install --force
7979
- name: Test
8080
run: npm test
8181

0 commit comments

Comments
 (0)