language: node_js node_js: - "node" - 11 - 10 - 9 - 8 - 7 - 6 install: - npm i script: - npm test