language: node_js
script: yarn ci
cache: yarn
node_js:
  - "12"
  - "10"
