CI: Stop using --legacy-peer-deps

No longer necessary after react-virtualized update (#3055)
This commit is contained in:
Dan Stillman 2023-04-13 00:55:38 -04:00
parent 5327616376
commit 7e6f7ac4b3

View file

@ -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