Skip to content

Commit

Permalink
npm ci --force
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Nov 22, 2024
1 parent 93aa06c commit 8b41a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm ci --force
- name: Lint
run: npm run lint
- name: Test
Expand Down

0 comments on commit 8b41a3f

Please sign in to comment.