Skip to content

Commit

Permalink
feat: support angular v14 (#383)
Browse files Browse the repository at this point in the history
* ci: fix angular-cli v14 build

* feat: support angular v14
  • Loading branch information
kukhariev committed Jun 4, 2022
1 parent 9601283 commit e222335
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14.x'
- name: Build package
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@angular/core": ">=12.0.0 <14.0.0",
"@angular/core": ">=12.0.0 <15.0.0",
"rxjs": "^6.4.0 || ^7.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit e222335

Please sign in to comment.