language: node_js node_js: - node - lts/* sudo: false before_install: - npm install -g npm@latest install: - npm ci