language: node_js
cache: yarn
node_js:
  - "lts/*"
  - "node"
script:
  - yarn build
  - yarn eslint
  - yarn test
