Skip to content

Commit b9b28e2

Browse files
authored
chore: set node engine to v16 (vuejs#4471)
As some packages rely on the experimental "stream/web" package only available in node v16.5+, this commit updates the `engines` property to reflect that.
1 parent 18f2ed2 commit b9b28e2

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
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"engines": {
45-
"node": ">=10.0.0"
45+
"node": ">=16.5.0"
4646
},
4747
"devDependencies": {
4848
"@babel/types": "^7.12.0",

0 commit comments

Comments
 (0)