language: node_js node_js: - "node" - "16" - "14" - "12" - "10" branches: only: - master - next - pu after_success: - npm run eslint - npm run coveralls