Skip to content

chore(deps): update jest monorepo to v29 #586

chore(deps): update jest monorepo to v29

chore(deps): update jest monorepo to v29 #586

Workflow file for this run

name: test
on:
push:
paths-ignore:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn run test
- run: yarn codecov