Commit a731ca8b authored by billfeller's avatar billfeller Committed by 偏右

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

parent 03db6495
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
"puppeteer": "^1.12.1" "puppeteer": "^1.12.1"
}, },
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=10.0.0"
}, },
"checkFiles": [ "checkFiles": [
"src/**/*.js*", "src/**/*.js*",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment