Skip to content

Commit e87b426

Browse files
committed
feature(fileop) drop support of node < 14
1 parent 2681e03 commit e87b426

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
@@ -90,7 +90,7 @@
9090
"webpack-cli": "^4.0.0"
9191
},
9292
"engines": {
93-
"node": ">=10"
93+
"node": ">=14"
9494
},
9595
"publishConfig": {
9696
"access": "public"

0 commit comments

Comments
 (0)