Merge pull request #127 from harrysarson/patch-1

Check node 12 in CI
pull/129/head
Michael M 5 years ago committed by GitHub
commit f0dc751067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
language: node_js
node_js:
- "node"
- "12"
- "11"
- "10"
- "9"

Loading…
Cancel
Save