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

chore: bump node engine requirement to node 16.11 (#6183)

Thorsten Lünborg 4 лет назад
Родитель
Сommit
2eb332258d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package.json

+ 1 - 1
package.json

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