language: node_js node_js: - "9" - "8" - "7" - "6" - "5" - "4" install: - npm install script: npm run test