mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(deps): Node.jsの最小バージョンを引き上げ (#16296)
* Update package.json * Update min.node-version * Update CHANGELOG.md
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user