Skip to content

Commit

Permalink
Dependencies: Requiring Node.js v22.13.1 and NPM v10.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Feb 2, 2025
1 parent f206815 commit 8a93035
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:22.12.0-alpine3.21
FROM node:22.13.1-alpine3.21

EXPOSE 3000
ENV HOST 0.0.0.0

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
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": ">=22.12.0",
"npm": ">=10.9.0"
"node": ">=22.13.1",
"npm": ">=10.9.2"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 8a93035

Please sign in to comment.