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

This commit is contained in:
一寸灰 2025-03-18 05:31:20 +08:00 committed by GitHub
parent 3febb65d70
commit a6ecd3e083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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