Add npmrc to use legacy peer deps everywhere

This commit is contained in:
Jamie Kyle
2024-06-24 19:59:26 -07:00
committed by GitHub
parent 26097976ff
commit fcdf864025
10 changed files with 4185 additions and 4602 deletions

View File

@@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('package.json', 'package-lock.json', 'patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: npm ci --legacy-peer-deps
run: npm ci
env:
CHILD_CONCURRENCY: 1
NPM_CONFIG_LOGLEVEL: verbose