language: node_js
node_js:
  - 10
  - 15
before_script:
  - npm run lint
