Skip to content

Commit

Permalink
build(deps): upgrade Angular dependencies to v15 (#186)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires Angular 15
  • Loading branch information
un1c0rnr1d3r authored Jun 14, 2023
1 parent 2458281 commit a5a7095
Show file tree
Hide file tree
Showing 11 changed files with 6,491 additions and 6,308 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" ]
node_version: [ "14", "16", "18" ]
os: [ ubuntu-latest, macOS-latest ]
steps:
# See: https://github.com/marketplace/actions/checkout
Expand Down
8 changes: 8 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,13 @@
}
}
}
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit a5a7095

Please sign in to comment.