language: node_js
node_js:
  - stable
  - 14
  - 12
  - 10

script:
  - npm test

cache: yarn

after_success:
  - npm run coveralljs
