language: node_js node_js: - "11" - "10" - "9" - "8" install: - npm i -g npm - npm ci - cd docs && npm ci && cd .. script: - npm run build - npm run lint - npm run test:ci - npm run docs