language: node_js

os: linux
dist: focal

node_js:
  - node
  - lts/*
  - 17
  - 16

script:
  - npm run lint
  - npm run coveralls
