fix: npm install for all workflows

This commit is contained in:
Brian Pooe 2023-08-08 19:17:33 +02:00
parent b30a3de0b3
commit 2f85ccad93
2 changed files with 2 additions and 2 deletions

View file

@ -19,6 +19,6 @@ jobs:
- name: Install and Build 🔧
run: |
npm ci
npm ci --legacy-peer-deps
npx nx build ngx-responsive-table-demo -c production
npm run deploy:ngx-responsive-table-demo

View file

@ -9,7 +9,7 @@ jobs:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- name: Install deps
run: npm ci
run: npm ci --legacy-peer-deps
- name: Lint
run: npx nx run-many -t lint
- name: Test