language: node_js
cache: yarn
node_js:
  - node
  - "12"
  - "10"
