Skip to content

Commit 760b2b3

Browse files
committed
feature(console) drop support of node < 14
1 parent 9283e49 commit 760b2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"webpack-cli": "^4.0.0"
7171
},
7272
"engines": {
73-
"node": ">=12"
73+
"node": ">=14"
7474
},
7575
"license": "MIT",
7676
"publishConfig": {

0 commit comments

Comments
 (0)