1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-26 07:54:53 +02:00

update minimum working node version to 22.22.2

This commit is contained in:
kakkokari-gtyih
2026-06-27 18:17:54 +09:00
parent bd821e0ae8
commit 6236ed3bb6
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^22.22.0 || ^24.10.0"
"node": "^22.22.2 || ^24.10.0"
},
"scripts": {
"start": "pnpm compile-config && node ./built/entry.js",