Skip to content

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

chore(deps): update jest monorepo to v29

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

Workflow file for this run

name: Build and test
on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.7.0
- name: Install and Build 🔧
run: |
yarn install
yarn lint
yarn test
yarn build