language: node_js
node_js:
  - "8"
  - "12"
script:
  - make test
  - make test-ci-coverage
