We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd84bbb commit 9d9b97bCopy full SHA for 9d9b97b
.travis.yml
@@ -4,8 +4,8 @@ cache: yarn
4
notifications:
5
email: false
6
node_js:
7
+ - v12
8
- v10
- - v8
9
env:
10
- PPTR_OVERRIDE_VERSION=1.5.x
11
- PPTR_OVERRIDE_VERSION=1.7.x
package.json
@@ -62,5 +62,8 @@
62
},
63
"peerDependencies": {
64
"puppeteer": "^1.5.0 || ^2.0.0"
65
+ },
66
+ "engines": {
67
+ "node": "^10 || ^12"
68
}
69
0 commit comments