language: node_js
sudo: false
node_js:
  - "10"
  - "lts/*"
  - "node"
install:
  - npm install
