Просмотр исходного кода

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.
Cédric Exbrayat 4 лет назад
Родитель
Сommit
b9b28e229a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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",