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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user