Support Node.js 8 and 10 in CI tool

This commit is contained in:
Daniel García Aubert 2018-11-07 18:06:44 +01:00
parent e0e011e806
commit 70ec88eac6

View File

@ -71,3 +71,5 @@ jobs:
language: node_js language: node_js
node_js: node_js:
- "6" - "6"
- "8"
- "10"