Browse Source

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

Thorsten Lünborg 3 years ago
parent
commit
2eb332258d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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