fix: 更新 Node.js 版本为 20.x

- Vercel 要求使用 20.x 或更高版本
- 修复版本不匹配错误

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
golc 2026-03-04 09:44:40 +00:00
parent d94b5f5895
commit 8a7168e9b9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "18.x"
"node": "20.x"
},
"scripts": {
"build": "npx nest build",