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

Commit ff840ac

Browse files
Update Node.js to v22
1 parent 12221e4 commit ff840ac

File tree

3 files changed

+15
-22
lines changed

3 files changed

+15
-22
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.17.0-alpine
2+
FROM node:22.11.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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"private": true,
88
"engines": {
9-
"node": ">=20.18.0"
9+
"node": ">=22.11.0"
1010
},
1111
"packageManager": "pnpm@9.12.3",
1212
"scripts": {
@@ -19,7 +19,7 @@
1919
"@gizmo-dev/eslint-plugin": "^5.0.4",
2020
"@types/cors": "^2.8.17",
2121
"@types/express": "5.0.0",
22-
"@types/node": "^20.16.10",
22+
"@types/node": "^22.8.7",
2323
"eslint": "^9.14.0",
2424
"globals": "^15.11.0",
2525
"tsc-alias": "^1.8.10",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)