Skip to content

Commit

Permalink
Merge branch 'feature/uppgradera_angular'
Browse files Browse the repository at this point in the history
  • Loading branch information
aljlo2 committed Jan 12, 2024
2 parents 9d8f3d2 + 88d7b35 commit b1fb774
Show file tree
Hide file tree
Showing 20 changed files with 13,190 additions and 9,904 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build",
"port": 3000
"port": 3000,
"buildTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"dev": {
"browserTarget": "app:build:dev"
"buildTarget": "app:build:dev"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit b1fb774

Please sign in to comment.