Skip to content

Commit

Permalink
chore(deps): Add angular ^17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Nov 13, 2023
1 parent 8f11c04 commit 734b345
Show file tree
Hide file tree
Showing 5 changed files with 5,257 additions and 4,281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
node-version: [ 18.x ]
node-version: [ 18.x, 20.x ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Expand Up @@ -72,18 +72,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "ng2:build:production"
"buildTarget": "ng2:build:production"
},
"development": {
"browserTarget": "ng2:build:development"
"buildTarget": "ng2:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng2:build"
"buildTarget": "ng2:build"
}
},
"test": {
Expand Down

0 comments on commit 734b345

Please sign in to comment.