revert: 恢复 Node.js 20.x 配置
- 恢复 engines 字段设置为 20.x - 与 Vercel 项目设置保持一致 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
73555ac5f0
commit
302d5f5f7c
|
|
@ -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\"",
|
||||
|
|
|
|||
Loading…
Reference in New Issue