language: node_js
node_js:
  - "node"
  - "14"
  - "10"
  - "8"
script:
  - 'npm run lint'
  - 'npm run circular'
  - 'npm run test'
