Skip to content

Commit 84b0836

Browse files
committed
feature: drop support of node < 18
1 parent e730ed2 commit 84b0836

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
@@ -91,7 +91,7 @@
9191
"webpack-cli": "^5.0.1"
9292
},
9393
"engines": {
94-
"node": ">=16"
94+
"node": ">=18"
9595
},
9696
"publishConfig": {
9797
"access": "public"

0 commit comments

Comments
 (0)