Skip to content

Commit

Permalink
Add -f to npm ci
Browse files Browse the repository at this point in the history
Some packages' peer dependencies are broken now since they haven't been updated in years
  • Loading branch information
wooferzfg committed May 28, 2024
1 parent 538fef5 commit 98e4fb0
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 @@ -63,7 +63,7 @@ jobs:
mv wasm-bindgen-${{ steps.wasm-bindgen.outputs.version }}-x86_64-unknown-linux-musl/wasm* .
- name: Install npm packages
run: npm ci
run: npm ci -f
env:
DETECT_CHROMEDRIVER_VERSION: true

Expand Down

0 comments on commit 98e4fb0

Please sign in to comment.