Skip to content

Commit d64fa9a

Browse files
committed
📌 dependency: fix node support version
1 parent 6914758 commit d64fa9a

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
@@ -33,7 +33,7 @@
3333
"vuepress": "^1.0.0-alpha.39"
3434
},
3535
"engines": {
36-
"node": ">=0.10.0"
36+
"node": ">=10.0.0"
3737
},
3838
"peerDependencies": {
3939
"eslint": "^5.0.0 || ^6.0.0"

0 commit comments

Comments
 (0)