Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 28, 2024
1 parent a102cc9 commit 3a81cf6
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 as build
FROM node:20 as build
ENV CYPRESS_INSTALL_BINARY=0

WORKDIR /app
Expand All @@ -13,7 +13,7 @@ COPY server ./server/

RUN npm run build --workspaces

FROM node:16
FROM node:20
ENV NODE_ENV=production

WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "27.5.2",
"@types/lodash": "4.17.4",
"@types/luxon": "2.4.0",
"@types/node": "18.19.33",
"@types/node": "20.16.2",
"@types/react": "17.0.80",
"@types/react-dom": "17.0.25",
"@types/react-router-dom": "5.3.3",
Expand Down Expand Up @@ -59,7 +59,7 @@
]
},
"engines": {
"node": "16.x",
"node": "20.x",
"npm": "8.x"
}
}
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "virtual-office",
"version": "0.1.0",
"engines": {
"node": "16.x",
"node": "20.x",
"npm": "8.x"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"uuid": "8.3.2"
},
"engines": {
"node": "16.x",
"node": "20.x",
"npm": "8.x"
},
"devDependencies": {
Expand All @@ -49,7 +49,7 @@
"@types/jest": "27.5.2",
"@types/lodash": "4.17.4",
"@types/luxon": "2.4.0",
"@types/node": "18.19.33",
"@types/node": "20.16.2",
"@types/passport": "1.0.9",
"@types/passport-http": "0.3.11",
"@types/sinonjs__fake-timers": "8.1.1",
Expand Down

0 comments on commit 3a81cf6

Please sign in to comment.