Skip to content

Commit 9d9b97b

Browse files
authored
feat: only support node 10 and 12 (#24)
BREAKING CHANGE: drop support for node 8
1 parent bd84bbb commit 9d9b97b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cache: yarn
44
notifications:
55
email: false
66
node_js:
7+
- v12
78
- v10
8-
- v8
99
env:
1010
- PPTR_OVERRIDE_VERSION=1.5.x
1111
- PPTR_OVERRIDE_VERSION=1.7.x

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@
6262
},
6363
"peerDependencies": {
6464
"puppeteer": "^1.5.0 || ^2.0.0"
65+
},
66+
"engines": {
67+
"node": "^10 || ^12"
6568
}
6669
}

0 commit comments

Comments
 (0)