From 98e4fb0886875e9db9655cd9ff83ead1b15f4ead Mon Sep 17 00:00:00 2001 From: wooferzfg Date: Tue, 28 May 2024 17:36:54 -0500 Subject: [PATCH] Add -f to npm ci Some packages' peer dependencies are broken now since they haven't been updated in years --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88fa6f6..39699d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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