language: node_js
cache:
  npm: false
install:
  - "npm install"
node_js:
  - "12"
  - "10"
