chore: 提高node版本要求,为后续升级eslint9做准备

This commit is contained in:
xiaoxian521 2024-01-13 20:02:49 +08:00
parent 76a4761265
commit 8b51731b58

View File

@ -162,7 +162,7 @@
"vue-tsc": "^1.8.27"
},
"engines": {
"node": "^18.12.0 || >=20.0.0",
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
"pnpm": ">=8.6.10"
},
"packageManager": "pnpm@8.6.10",