Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent a32fcf2 commit 3ab925b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.7.0
FROM node:20.18.1

RUN apt-get update && apt-get install -y postgresql-client

Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -98,7 +98,7 @@
"uuid": "^9.0.1"
},
"engines": {
"node": "20.7.0",
"node": "20.18.1",
"npm": "9.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit 3ab925b

Please sign in to comment.