build(deps): Restrict the minimum Node.js version.

This commit is contained in:
skyfeiz 2025-03-16 18:49:10 +08:00
parent 3febb65d70
commit ffe71f8245

View File

@ -27,7 +27,7 @@
"UnoCSS"
],
"engines": {
"node": ">=18.12.0",
"node": ">=18.20.0",
"pnpm": ">=8.7.0"
},
"scripts": {