Skip to content

Commit

Permalink
chore: upgrade angular dependencies to v16 (#193)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires node 16+ and angular 16
  • Loading branch information
valkanov authored Nov 9, 2023
1 parent 972e541 commit a7889c8
Show file tree
Hide file tree
Showing 6 changed files with 9,726 additions and 8,974 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [ "14", "16", "18" ]
node_version: [ "16", "18" ]
os: [ ubuntu-latest, macOS-latest ]
steps:
# See: https://github.com/marketplace/actions/checkout
Expand Down
Loading

0 comments on commit a7889c8

Please sign in to comment.