Skip to content

Commit a6ecd3e

Browse files
authored
build(deps): Restrict the minimum Node.js version. (#720)
1 parent 3febb65 commit a6ecd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"UnoCSS"
2828
],
2929
"engines": {
30-
"node": ">=18.12.0",
30+
"node": ">=18.20.0",
3131
"pnpm": ">=8.7.0"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)