Skip to content

chore(deps): update eslint txo packages to ^6.7.2 #700

chore(deps): update eslint txo packages to ^6.7.2

chore(deps): update eslint txo packages to ^6.7.2 #700

Workflow file for this run

name: 'Test'
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version-file: '.nvmrc'
- run: yarn install --frozen-lockfile
- run: yarn test --coverage
- uses: codecov/codecov-action@v3