Skip to content

Commit

Permalink
update to angular 16 (#793)
Browse files Browse the repository at this point in the history
* feat(#789): update to angular 16

* feat(#789): update to angular 16
  • Loading branch information
r-hannuschka committed Aug 26, 2023
1 parent 7644273 commit 5b0124a
Show file tree
Hide file tree
Showing 14 changed files with 5,378 additions and 3,637 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ngx-file-upload-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: add @angular/cli global
run: |
npm i -g @angular/cli@15.2.9
npm i -g @angular/cli@16.2.0
ng version
- name: lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngx-file-upload-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: add @angular/cli global
run: |
npm i -g @angular/cli@15.2.9
npm i -g @angular/cli@16.2.0
ng version
- name: lint
Expand Down
Loading

0 comments on commit 5b0124a

Please sign in to comment.