language: node_js node_js: - "10" - "12" - "14" script: - npm run-script lint - npm test