language: node_js
node_js:
  - "14"
install:
  - npm install -g yarn
  - yarn install
script:
  - yarn test
