fix: 更新 Node.js 版本为 20.x
- Vercel 要求使用 20.x 或更高版本 - 修复版本不匹配错误 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d94b5f5895
commit
8a7168e9b9
|
|
@ -6,7 +6,7 @@
|
|||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"engines": {
|
||||
"node": "18.x"
|
||||
"node": "20.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npx nest build",
|
||||
|
|
|
|||
Loading…
Reference in New Issue