language: node_js
sudo: false
before_install:
  - npm update -g npm
node_js:
  - "12.0"
  - "10.0"
  - "8.0"
