language: node_js cache: directories: - node_modules notifications: email: false node_js: - '12' script: - yarn test - yarn coverage branches: only: - main