language: node_js node_js: node install: npm install script: - npm run lint - npm run build:ci - npm run test