Skip to content

Commit

Permalink
fix: support Angular v19 (#463)
Browse files Browse the repository at this point in the history
* fix: support Angular v19

* ci: update angular versions
  • Loading branch information
kukhariev authored Nov 20, 2024
1 parent 50526bc commit 86df1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ng: [latest, 16]
ng: [latest, 18]
name: Build app with @angular/cli
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"zone.js": "~0.14.3"
},
"peerDependencies": {
"@angular/core": ">=17.0.0 <19.0.0",
"@angular/core": ">=17.0.0 <20.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"lint-staged": {
Expand Down

0 comments on commit 86df1d8

Please sign in to comment.