language: node_js
addons:
  chrome: stable
node_js:
  - "10"
install:
  - npm install
