diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b34720efda..f5986710cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,9 @@ jobs: - name: Install Node modules if: steps.node-cache.outputs.cache-hit != 'true' - # --force is necessary for current React versions until react-virtualized is updated or - # we replace it: https://github.com/bvaughn/react-virtualized/issues/1775 - run: npm install --force + # --legacy-peer-deps is necessary for current React versions until react-virtualized is + # updated or we replace it: https://github.com/bvaughn/react-virtualized/issues/1775 + run: npm install --legacy-peer-deps - name: Build Zotero run: npm run build