Skip to content

Commit

Permalink
Finalize update angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbet committed Dec 16, 2024
1 parent 76316b4 commit b116f3b
Show file tree
Hide file tree
Showing 9 changed files with 2,743 additions and 2,729 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Use Node 16
- name: Use Node 18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Cache node modules
id: cache-nodemodules
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### STAGE 1: Build ###

# We label our stage as 'hub'
FROM node:16.19.0 as hub
FROM node:18.20.5 as hub

COPY package.json package-lock.json ./

Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"extractLicenses": true,
"fileReplacements": [
{
"src": "src/environments/environment.ts",
"replaceWith": "src/environments/environment.prod.ts"
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"assets": [
Expand Down
Loading

0 comments on commit b116f3b

Please sign in to comment.