1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-16 15:35:31 +02:00

use node 24

This commit is contained in:
syuilo
2026-01-05 18:17:18 +09:00
parent 5871037b31
commit bbd3a176a2
5 changed files with 5 additions and 5 deletions

View File

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