Skip to content

Commit 17f5a95

Browse files
authored
Merge pull request #389 from IgniteUI/dkamburov/ng-17
update to angular 17
2 parents 8cedc30 + 215d48e commit 17f5a95

File tree

6 files changed

+5127
-4358
lines changed

6 files changed

+5127
-4358
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x]
19+
node-version: [18.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1717
- run: echo ${VERSION}

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@
6262
"serve": {
6363
"builder": "@angular-devkit/build-angular:dev-server",
6464
"options": {
65-
"browserTarget": "wrappers:build"
65+
"buildTarget": "wrappers:build"
6666
},
6767
"configurations": {
6868
"production": {
69-
"browserTarget": "wrappers:build:production"
69+
"buildTarget": "wrappers:build:production"
7070
}
7171
}
7272
},
7373
"extract-i18n": {
7474
"builder": "@angular-devkit/build-angular:extract-i18n",
7575
"options": {
76-
"browserTarget": "wrappers:build"
76+
"buildTarget": "wrappers:build"
7777
}
7878
},
7979
"test": {

0 commit comments

Comments
 (0)