Skip to content

Commit 7d9b33d

Browse files
authored
chore(ci): run tests on latest node stable release (#26)
1 parent 9ba557c commit 7d9b33d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cache: yarn
44
notifications:
55
email: false
66
node_js:
7+
- node
78
- v12
89
- v10
910
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"puppeteer": "^1.5.0 || ^2.0.0"
6565
},
6666
"engines": {
67-
"node": "^10 || ^12"
67+
"node": "^10 || ^12 || ^13"
6868
}
6969
}

0 commit comments

Comments
 (0)