language: node_js
node_js:
  - "lts/*"
install:
  - npm i -g npm
  - npm i
script:
  - npm run build
  - npm test