Skip to content

Commit

Permalink
Dependencies: Upgrading Node.js to v20.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Aug 11, 2024
1 parent 6aae240 commit 9ecc2ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.15.0-alpine3.20
FROM node:20.16.0-alpine3.20

EXPOSE 3000
ENV HOST 0.0.0.0
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"prettier:fix": "prettier --write app/**/*.js config/*.js test/*.js server.js app/translations/*json"
},
"engines": {
"node": ">=20.15.0",
"npm": ">=10.7.0"
"node": ">=20.16.0",
"npm": ">=10.8.1"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 9ecc2ca

Please sign in to comment.