diff --git a/.github/workflows/react-compat.yml b/.github/workflows/react-compat.yml index 0e2b425..4350a4e 100644 --- a/.github/workflows/react-compat.yml +++ b/.github/workflows/react-compat.yml @@ -21,7 +21,7 @@ jobs: with: node-version: "22.18.0" - name: Install library deps - run: npm ci + run: npm i --no-audit --no-fund --package-lock=false - name: Build library run: npm run compile - name: Pack library