build: 更新 Node.js 引擎版本至 20.9.0
确保项目使用最新的 Node.js LTS 版本以获得更好的性能和安全性支持
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=20.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
@@ -44,4 +44,4 @@
|
||||
"postcss": "^8.5.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user