Skip to content

Commit

Permalink
build(deps): update to angular 15 (#75)
Browse files Browse the repository at this point in the history
- use Node.js 18 for CI
- update to Angular 15
- update to NG ESLint Schematics 15
- update to NGRX 15
- update deps
  • Loading branch information
nilsmehlhorn authored Jan 4, 2023
1 parent b05a2ec commit 6c68b24
Show file tree
Hide file tree
Showing 7 changed files with 5,625 additions and 6,756 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
- run: npm ci
- run: npm run lint
- run: npm run build
Expand Down
8 changes: 8 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,13 @@
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit 6c68b24

Please sign in to comment.