language: node_js
node_js:
  - 12
  - 13
  - 14
  - 15
  - 16
  - lts/*

before_script:
  - npm install -g mocha
  - npm install -g grunt-cli
  - npm install
  - npm run build
script: npm run test
