Skip to content

Commit

Permalink
ci: Install force
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Sep 22, 2024
1 parent eca0151 commit 19c72fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 22
- name: 'Install depependencies'
run: npm install
run: npm install --force
- name: 'Test'
run: |
npm run test
Expand All @@ -34,7 +34,7 @@ jobs:
node-version: 22
- name: 'Install depependencies'
run: |
npm install
npm install --force
- name: 'Build'
run: |
npm run build
Expand Down

0 comments on commit 19c72fc

Please sign in to comment.