Skip to content

Commit

Permalink
fix: clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cakfan committed Jun 25, 2024
1 parent 1b833ae commit 90739f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Remove node_modules
run: rm -rf node_modules

- run: npm ci
- run: npm ci --force

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 90739f3

Please sign in to comment.