Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 0fc948b commit b1c808f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Environment setup
FROM node:20.17.0-alpine
FROM node:22.12.0-alpine
LABEL org.opencontainers.image.source https://github.com/GizmoDevelopment/ramune-chat
WORKDIR /opt/production

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "git+https://github.com/GizmoDevelopment/ramune-chat.git"
},
"engines": {
"node": ">=20.18.0"
"node": ">=22.12.0"
},
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@gizmo-dev/eslint-plugin": "^5.0.6",
"@sentry/types": "^8.42.0",
"@types/node": "^20.16.10",
"@types/node": "^22.10.1",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1c808f

Please sign in to comment.