fix: npm install for all workflows
This commit is contained in:
parent
b30a3de0b3
commit
2f85ccad93
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy-demo.yml
vendored
2
.github/workflows/deploy-demo.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue