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

@@ -42,7 +42,7 @@ jobs:
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: npm ci --legacy-peer-deps
run: npm ci
env:
NPM_CONFIG_LOGLEVEL: verbose
@@ -90,7 +90,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:
NPM_CONFIG_LOGLEVEL: verbose
@@ -143,7 +143,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:
NPM_CONFIG_LOGLEVEL: verbose
@@ -214,7 +214,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
@@ -270,7 +270,7 @@ jobs:
node-version: '18.17.1'
- name: Install Sticker Creator node_modules
run: npm ci --legacy-peer-deps
run: npm ci
- name: Build Sticker Creator
run: npm run build
@@ -321,7 +321,7 @@ jobs:
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: npm ci --legacy-peer-deps
run: npm ci
env:
NPM_CONFIG_LOGLEVEL: verbose