mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Add npmrc to use legacy peer deps everywhere
This commit is contained in:
2
.github/workflows/stories.yml
vendored
2
.github/workflows/stories.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user