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 🔧 - name: Install and Build 🔧
run: | run: |
npm ci npm ci --legacy-peer-deps
npx nx build ngx-responsive-table-demo -c production npx nx build ngx-responsive-table-demo -c production
npm run deploy:ngx-responsive-table-demo npm run deploy:ngx-responsive-table-demo

View file

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