Skip to content

Commit d3c9396

Browse files
feat: update angular to 17
Signed-off-by: Olivier Albertini <[email protected]>
1 parent 3693413 commit d3c9396

File tree

9 files changed

+11201
-9468
lines changed

9 files changed

+11201
-9468
lines changed

.github/workflows/build-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- run: npm ci
1919
- run: npm run lint
2020
- run: npm run build

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '16'
12+
node-version: '20'
1313
cache: 'npm'
1414
- run: npm ci
1515
- run: npm run build
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: '16'
25+
node-version: '20'
2626
cache: 'npm'
2727
registry-url: 'https://registry.npmjs.org'
2828
- run: npm ci

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.14-alpine
1+
FROM node:20-alpine
22
LABEL MAINTAINER="VdMtl"
33

44
# Create app directory

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,18 @@
116116
"builder": "@angular-devkit/build-angular:dev-server",
117117
"configurations": {
118118
"production": {
119-
"browserTarget": "storybook-angular:build:production"
119+
"buildTarget": "storybook-angular:build:production"
120120
},
121121
"development": {
122-
"browserTarget": "storybook-angular:build:development"
122+
"buildTarget": "storybook-angular:build:development"
123123
}
124124
},
125125
"defaultConfiguration": "development"
126126
},
127127
"extract-i18n": {
128128
"builder": "@angular-devkit/build-angular:extract-i18n",
129129
"options": {
130-
"browserTarget": "storybook-angular:build"
130+
"buildTarget": "storybook-angular:build"
131131
}
132132
},
133133
"test": {

0 commit comments

Comments
 (0)