1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 10:34:13 +02:00

fix: update node.js min version to 20.18.1

This commit is contained in:
kakkokari-gtyih
2025-06-13 16:19:30 +09:00
parent 3dbeb4659b
commit 113728797f
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^20.10.0 || ^22.0.0"
"node": "^20.18.1 || ^22.0.0"
},
"scripts": {
"start": "node ./built/boot/entry.js",