build: 更新 Node.js 引擎版本至 20.9.0

确保项目使用最新的 Node.js LTS 版本以获得更好的性能和安全性支持
This commit is contained in:
2026-01-22 15:59:24 +08:00
parent 4086302dfc
commit e27b08a9e6

View File

@@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=20.9.0"
}, },
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@@ -44,4 +44,4 @@
"postcss": "^8.5.6", "postcss": "^8.5.6",
"typescript": "^5.9.3" "typescript": "^5.9.3"
} }
} }