language: node_js after_success: npm run coverage node_js: - "12.16.3" script: - npm run lint - npm run build - npm test