Skip to content

Commit

Permalink
Dependencies: Upgrading to latest Node.js v22.x LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Dec 31, 2024
1 parent e9796c2 commit 86f3a45
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:22.11.0-alpine3.20
FROM node:22.12.0-alpine3.21

EXPOSE 3000
ENV HOST 0.0.0.0
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 @@ -43,7 +43,7 @@
"prettier:fix": "prettier --write app/**/*.js config/*.js test/*.js server.js app/translations/*json"
},
"engines": {
"node": ">=22.11.0",
"node": ">=22.12.0",
"npm": ">=10.9.0"
},
"prettier": {
Expand Down

0 comments on commit 86f3a45

Please sign in to comment.