language: node_js
node_js:
  - lts/carbon
  - node

after_script: npm run report
