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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
20.10.0
20.18.1

View File

@ -1,5 +1,9 @@
## 2025.7.0
### Note
- Node.jsの最小バージョンを20.10.0から20.18.1に引き上げました
- なお、特に必要がない限りNode.jsは推奨バージョンであるv22を使用するようにしてください
### General
- Feat: ノートの下書き機能
- Feat: クリップ内でノートを検索できるように

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",