Skip to content

Commit 160b91c

Browse files
authored
feat: adopt Node@18 as the minimum supported version (#5803)
- PR-URL: #5803 - This is a BREAKING CHANGE
1 parent d106bf5 commit 160b91c

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
@@ -81,7 +81,7 @@
8181
"vhost": "~3.0.2"
8282
},
8383
"engines": {
84-
"node": ">= 4"
84+
"node": ">= 18"
8585
},
8686
"files": [
8787
"LICENSE",

0 commit comments

Comments
 (0)