Skip to content

Update jest monorepo to v29 (major) #1505

Update jest monorepo to v29 (major)

Update jest monorepo to v29 (major) #1505

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm ci
- run: npm run test:coverage
- run: bash <(curl -s https://codecov.io/bash)