Skip to content

Commit

Permalink
Install dependencies with legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 22, 2023
1 parent b1a51e6 commit c233bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: List the state of node modules
continue-on-error: true
run: npm list
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run check
- run: npm run test -- --coverage
- name: SonarQube Scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: List the state of node modules
continue-on-error: true
run: npm list
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run check
- run: npm run test -- --coverage
- name: SonarQube Scan
Expand Down

0 comments on commit c233bf0

Please sign in to comment.