Add -f to npm ci

Some packages' peer dependencies are broken now since they haven't been updated in years
This commit is contained in:
wooferzfg
2024-05-28 17:36:54 -05:00
parent 538fef5fa0
commit 98e4fb0886
+1 -1
View File
@@ -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