Skip to content

Commit

Permalink
Merge pull request #389 from IgniteUI/dkamburov/ng-17
Browse files Browse the repository at this point in the history
update to angular 17
  • Loading branch information
Lipata authored Nov 16, 2023
2 parents 8cedc30 + 215d48e commit 17f5a95
Show file tree
Hide file tree
Showing 6 changed files with 5,127 additions and 4,358 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- run: echo ${VERSION}
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "wrappers:build"
"buildTarget": "wrappers:build"
},
"configurations": {
"production": {
"browserTarget": "wrappers:build:production"
"buildTarget": "wrappers:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "wrappers:build"
"buildTarget": "wrappers:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 17f5a95

Please sign in to comment.