chore: drop Node.js 6 and add Node.js 12 to travis
This commit is contained in:
parent
60963c4415
commit
02569bd3b5
|
@ -1,5 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
|
|
Loading…
Reference in New Issue