revert: 恢复 Node.js 20.x 配置

- 恢复 engines 字段设置为 20.x
- 与 Vercel 项目设置保持一致

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
golc 2026-03-04 09:48:16 +00:00
parent 73555ac5f0
commit 302d5f5f7c
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"author": "",
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "20.x"
},
"scripts": {
"build": "npx nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",