Skip to content

Commit

Permalink
chore: upgrade Angular 17 and Formly v6
Browse files Browse the repository at this point in the history
Co-Authored-by: Johnny Mariéthoz <[email protected]>
  • Loading branch information
jma committed May 29, 2024
1 parent 25bdb74 commit 06eea43
Show file tree
Hide file tree
Showing 14 changed files with 10,622 additions and 20,659 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand All @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install package
run: |
npm install -g @angular/cli@8
npm install -g @angular/cli@17
npm ci
- name: run tests
run: |
Expand Down
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "sonar:build"
"buildTarget": "sonar:build"
},
"configurations": {
"proxy": {
"browserTarget": "sonar:build:proxy",
"proxyConfig": "proxy.conf.json"
"proxyConfig": "proxy.conf.json",
"buildTarget": "sonar:build:proxy"
},
"production": {
"browserTarget": "sonar:build:production"
"buildTarget": "sonar:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "sonar:build"
"buildTarget": "sonar:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 06eea43

Please sign in to comment.