Skip to content

Commit

Permalink
Merge pull request #71 from UST-QuAntiL/update/angular16
Browse files Browse the repository at this point in the history
Update Angular to version 17
  • Loading branch information
PhilWun authored Mar 18, 2024
2 parents af5c307 + 4fe51e1 commit 68fd312
Show file tree
Hide file tree
Showing 11 changed files with 27,660 additions and 18,236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["16.x"]
node-version: ["20.x"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# specific node version tagged to prevent dockerfile from suddenly breaking (16 was current lts version)
FROM node:16-slim AS builder
FROM node:20-slim AS builder

WORKDIR /app
COPY . /app
Expand Down
7 changes: 3 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "qhana-ui:build:production"
"buildTarget": "qhana-ui:build:production"
},
"development": {
"browserTarget": "qhana-ui:build:development"
"buildTarget": "qhana-ui:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "qhana-ui:build"
"buildTarget": "qhana-ui:build"
}
},
"test": {
Expand All @@ -117,7 +117,6 @@
}
}
},
"defaultProject": "qhana-ui",
"cli": {
"analytics": false
}
Expand Down
Loading

0 comments on commit 68fd312

Please sign in to comment.