Skip to content

Commit

Permalink
add --force flag to install packages despice dependency issues
Browse files Browse the repository at this point in the history
This should resolve in a few days
  • Loading branch information
Sebastian Flick committed Oct 21, 2024
1 parent a9558d9 commit 10e2597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install
run: npm install --force

- name: start docker
env:
Expand Down

0 comments on commit 10e2597

Please sign in to comment.