Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 78b532b

Browse files
Update Node.js to >=20.19.0
1 parent 3736f10 commit 78b532b

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Environment setup
2-
FROM node:20.18.3-alpine
2+
FROM node:20.19.0-alpine
33
LABEL org.opencontainers.image.source https://github.com/GizmoDevelopment/ramune-chat
44
WORKDIR /opt/production
55

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "git+https://github.com/GizmoDevelopment/ramune-chat.git"
1111
},
1212
"engines": {
13-
"node": ">=20.18.3"
13+
"node": ">=20.19.0"
1414
},
1515
"packageManager": "[email protected]",
1616
"scripts": {
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@gizmo-dev/eslint-plugin": "^5.0.6",
2323
"@sentry/types": "^8.55.0",
24-
"@types/node": "^20.17.24",
24+
"@types/node": "^20.17.28",
2525
"@types/sanitize-html": "^2.15.0",
2626
"eslint": "^9.23.0",
2727
"globals": "^15.15.0",

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)