Skip to content

Commit

Permalink
Enable --legacy-peer-deps to prevent CVE hits
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHes committed Oct 17, 2023
1 parent a47e45a commit 66f517c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: |
npm ci
npm ci --legacy-peer-deps
npm uninstall -g @angular/cli
npm install -g @angular/cli
- name: Set Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: |
npm ci
npm ci --legacy-peer-deps
npm uninstall -g @angular/cli
npm install -g @angular/cli
- name: Set Version
Expand Down

0 comments on commit 66f517c

Please sign in to comment.