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