Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent e98bbe9 commit c5ae158
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19.9.0-buster-slim as base
FROM node:20.10.0-buster-slim as base
USER node
RUN mkdir -p /home/node/app
WORKDIR /home/node/app
Expand Down
8 changes: 4 additions & 4 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 @@ -36,7 +36,7 @@
"devDependencies": {
"@types/jest": "29.5.10",
"@types/mime-types": "2.1.4",
"@types/node": "18.18.13",
"@types/node": "20.10.0",
"jest": "29.7.0",
"nodemon": "2.0.22",
"ts-jest": "29.1.1",
Expand Down

0 comments on commit c5ae158

Please sign in to comment.