fix 低版本node无法构建问题

This commit is contained in:
DaxPay
2024-10-28 17:10:31 +08:00
parent 1bf1db6405
commit de5e3a7fda

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "3.0.0",
"engines": {
"node": ">=18.12.0",
"node": ">=20.6.0",
"pnpm": ">=9.0.2"
},
"scripts": {