CI: Stop using --legacy-peer-deps
No longer necessary after react-virtualized update (#3055)
This commit is contained in:
parent
5327616376
commit
7e6f7ac4b3
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -49,9 +49,7 @@ jobs:
|
|||
|
||||
- name: Install Node modules
|
||||
if: steps.node-cache.outputs.cache-hit != 'true'
|
||||
# --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
|
||||
run: npm install
|
||||
|
||||
- name: Build Zotero
|
||||
run: npm run build
|
||||
|
|
Loading…
Reference in a new issue