Skip to content

Commit

Permalink
ci: use npm force install
Browse files Browse the repository at this point in the history
  • Loading branch information
unrealsolver committed Jan 6, 2024
1 parent f0d5dd1 commit e30b49a
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm ci --force
- run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit e30b49a

Please sign in to comment.