diff --git a/.github/workflows/react-compat.yml b/.github/workflows/react-compat.yml index 0e2b425..2a8f1e1 100644 --- a/.github/workflows/react-compat.yml +++ b/.github/workflows/react-compat.yml @@ -36,7 +36,7 @@ jobs: mv "${tarballs[0]}" constructorio-ui-components.tgz - name: Install fixture deps working-directory: test/react-compat/${{ matrix.react-major }} - run: npm ci --no-audit --no-fund + run: npm install --no-audit --no-fund --package-lock=false - name: Typecheck fixture working-directory: test/react-compat/${{ matrix.react-major }} run: npm run typecheck