Browse Source

fix: set engines>=10.0.0 to use Promise.finally() method

billfeller 6 năm trước cách đây
mục cha
commit
a731ca8b38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -132,7 +132,7 @@
     "puppeteer": "^1.12.1"
   },
   "engines": {
-    "node": ">=8.0.0"
+    "node": ">=10.0.0"
   },
   "checkFiles": [
     "src/**/*.js*",