Skip to content

chore(deps): update typescript-eslint monorepo to v8 (major) #10089

chore(deps): update typescript-eslint monorepo to v8 (major)

chore(deps): update typescript-eslint monorepo to v8 (major) #10089

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: SCM
uses: actions/checkout@v2
- name: Setup Node Environment
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install Dependencies and Build
run: |
yarn
yarn bootstrap
yarn test:cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./reports/coverage/lcov.info
flags: unittests
name: codecov-umbrella