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:
Cédric Exbrayat 2021-09-01 22:39:09 +02:00 committed by GitHub
parent 18f2ed22ac
commit b9b28e229a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
] ]
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=16.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/types": "^7.12.0", "@babel/types": "^7.12.0",