language: node_js
node_js:
  - 13
  - 12
  - 10
  - 8
  - 6
  - 4
before_install:
  - nvm install-latest-npm
