language: node_js node_js: - "14" script: - yarn install && yarn test && yarn run coverage && yarn run lint sudo: false notifications: email: false