Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 62bfded commit 6ec6d3d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM node:14.16.0 as builder
FROM node:20.13.1 as builder

ENV APP_USER=app
ENV APP_ROOT=/home/${APP_USER}
Expand All @@ -14,7 +14,7 @@ RUN npm install
RUN npm run build

# runtime stage
FROM node:14.16.0
FROM node:20.13.1

ENV APP_USER=app
ENV APP_GROUP=app
Expand Down
32 changes: 24 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/express": "^4.17.11",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/node": "^20.0.0",
"@types/node-statsd": "^0.1.2",
"@types/pino-http": "^5.4.0",
"@types/socket.io": "^2.1.13",
Expand All @@ -56,7 +56,7 @@
"typescript": "^4.2.3"
},
"engines": {
"node": "^14.16.0",
"node": "^20.0.0",
"npm": "^7.6.1"
},
"husky": {
Expand Down

0 comments on commit 6ec6d3d

Please sign in to comment.