language: node_js node_js: - "12" - "14" script: - npm run test:all after_success: npm run coverage