language: node_js
node_js:
  - 10
  - 12
  - 14
before_install: npm install -g grunt-cli
