Skip to content

Commit

Permalink
Update Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent 611ae89 commit 8405586
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.0
FROM node:20.6.0

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

Expand Down
4 changes: 2 additions & 2 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 @@ -98,7 +98,7 @@
"uuid": "^9.0.0"
},
"engines": {
"node": "20.5.0",
"node": "20.6.1",
"npm": "9.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit 8405586

Please sign in to comment.