language: node_js
node_js:
  - "node"
before_install:
  - npm i -g yarn

branches:
  only:
    - master