language: node_js
node_js:
  - "12"
  - "14"
after_script:
  - coveralls < coverage/lcov.info
