We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff4be9 commit bd6913cCopy full SHA for bd6913c
.github/workflows/CI.yml
@@ -75,7 +75,7 @@ jobs:
75
run: |
76
sed -ie 's/"eslint": "^9.32.0"/"eslint": "^10.0.0-0"/' package.json
77
- name: Install Packages
78
- run: npm install
+ run: npm install --force
79
- name: Test
80
run: npm test
81
0 commit comments