Skip to content

Commit

Permalink
release 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed Nov 19, 2023
1 parent 134a1af commit 9ccc7a3
Show file tree
Hide file tree
Showing 9 changed files with 5,633 additions and 4,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
11 changes: 4 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand All @@ -60,18 +57,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "angular-busy2-app:build:production"
"buildTarget": "angular-busy2-app:build:production"
},
"development": {
"browserTarget": "angular-busy2-app:build:development"
"buildTarget": "angular-busy2-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-busy2-app:build"
"buildTarget": "angular-busy2-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 9ccc7a3

Please sign in to comment.