Skip to content

Commit

Permalink
Add support for Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
leNicDev committed Jan 4, 2024
1 parent 9343ec0 commit fd99dd2
Show file tree
Hide file tree
Showing 5 changed files with 4,345 additions and 2,801 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.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: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ng-hcaptcha-app:build"
"buildTarget": "ng-hcaptcha-app:build"
},
"configurations": {
"production": {
"browserTarget": "ng-hcaptcha-app:build:production"
"buildTarget": "ng-hcaptcha-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng-hcaptcha-app:build"
"buildTarget": "ng-hcaptcha-app:build"
}
},
"test": {
Expand Down

0 comments on commit fd99dd2

Please sign in to comment.