Skip to content

Commit

Permalink
Merge branch 'ng16-update-fix-demo'
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHes committed Oct 17, 2023
2 parents 8a1d2ac + 66f517c commit aa3ca01
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 aa3ca01

Please sign in to comment.