Skip to content

Commit

Permalink
Dependencies: Upgrading to Node.js v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Jun 25, 2024
1 parent c40484e commit 2e654f8
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 40 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.14.0-alpine3.20
FROM node:20.15.0-alpine3.20

EXPOSE 3000
ENV HOST 0.0.0.0
Expand Down
77 changes: 40 additions & 37 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.12.2",
"npm": ">=10.5.0"
"node": ">=20.15.0",
"npm": ">=10.7.0"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 2e654f8

Please sign in to comment.