after_script: - npm run coverage language: node_js node_js: - '10' - '12' - '13' script: - npm run lint - npm test