fix(deps): Node.jsの最小バージョンを引き上げ (#16296)

* Update package.json

* Update min.node-version

* Update CHANGELOG.md
This commit is contained in:
かっこかり
2025-07-17 13:20:43 +09:00
committed by GitHub
parent 1b791258ce
commit e5c2be15f7
3 changed files with 6 additions and 2 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",