language: node_js
sudo: false
node_js:
  - 10
  - 12
  - 13
script:
  - npm run ci