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 9a68867d42
commit d701b8db11

View file

@ -53,9 +53,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