Skip to content

Commit

Permalink
Dependencies: Upgrading minimum Node.js to latest LTS (v20.18.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Oct 13, 2024
1 parent dc76ad1 commit d42a426
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.16.0-alpine3.20
FROM node:20.18.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.16.0",
"npm": ">=10.8.1"
"node": ">=20.18.0",
"npm": ">=10.8.2"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit d42a426

Please sign in to comment.