dist: focal language: node_js node_js: - node - lts/* before_install: - npm i -g npm@^8 install: - npm ci script: - npm t - npm run build