1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-07 22:04:10 +02:00

Revert "use node 24"

This reverts commit bbd3a176a2.
This commit is contained in:
syuilo
2026-01-05 21:01:25 +09:00
parent 4f67d671cc
commit 1288076f31
5 changed files with 5 additions and 5 deletions

View File

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