Use npm i --force
for react-virtualized
This commit is contained in:
parent
c580d7fc5e
commit
8e13fc0e2a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue