1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-29 14:14:52 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
かっこかり
0137b1c406 fix: update compatible node version on master (#17632)
Update package.json
2026-06-27 23:39:29 +09:00

View File

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