Skip to content

Commit

Permalink
feat: update angular to 17
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Albertini <[email protected]>
  • Loading branch information
OlivierAlbertini committed Sep 6, 2024
1 parent 3693413 commit f211348
Show file tree
Hide file tree
Showing 9 changed files with 11,234 additions and 9,501 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run lint
# - run: npm run lint
- run: npm run build
- run: npm run test-ci
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run build
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14-alpine
FROM node:20-alpine
LABEL MAINTAINER="VdMtl"

# Create app directory
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "storybook-angular:build:production"
"buildTarget": "storybook-angular:build:production"
},
"development": {
"browserTarget": "storybook-angular:build:development"
"buildTarget": "storybook-angular:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "storybook-angular:build"
"buildTarget": "storybook-angular:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit f211348

Please sign in to comment.