We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560f30f commit c7427b1Copy full SHA for c7427b1
.travis.yml
@@ -4,7 +4,7 @@ cache: yarn
4
notifications:
5
email: false
6
node_js:
7
- - node
+ - v14
8
- v12
9
- v10
10
env:
package.json
@@ -78,6 +78,6 @@
78
"puppeteer": "^1.5.0 || ^2.0.0"
79
},
80
"engines": {
81
- "node": "^10 || ^12 || ^13"
+ "node": ">=10"
82
}
83
0 commit comments