Skip to content

Commit

Permalink
πŸš§πŸ‘· try adding --force to dep install
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Oct 3, 2023
1 parent 18aef70 commit 7c4425b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install dependencies recursively
id: install-dependencies
# if: steps.cache-pnpm-store.outputs.cache-hit != 'true'
run: node_modules/.bin/pnpm m i
run: node_modules/.bin/pnpm m i --force
- id: cache-files
name: Cache files
uses: actions/cache@v3
Expand Down

0 comments on commit 7c4425b

Please sign in to comment.