Use npm i --force for react-virtualized

This commit is contained in:
Dan Stillman 2023-04-01 03:55:55 -04:00
parent c580d7fc5e
commit 8e13fc0e2a

View file

@ -53,7 +53,9 @@ jobs:
- name: Install Node modules
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm install
# --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
- name: Build Zotero
run: npm run build