chore: set node engine to v16 (#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.
This commit is contained in:
parent
18f2ed22ac
commit
b9b28e229a
@ -42,7 +42,7 @@
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=16.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user