language: node_js node_js: - 14 - 13 - 12 - 11 - 10 install: - npm install script: - npm run build - npm test after_success: - npm run test:coveralls