sudo: false
language: node_js
node_js:
  - "14.19.3"

before_script:
  - npm install -g grunt-cli
  - npm install --quiet

script:
  - grunt test
