mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-26 19:23:40 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user