Skip to content

build(deps): bump jest-circus from 27.5.1 to 29.6.2 #566

build(deps): bump jest-circus from 27.5.1 to 29.6.2

build(deps): bump jest-circus from 27.5.1 to 29.6.2 #566

Workflow file for this run

---
name: "Test"
on:
pull_request:
branches:
- main
jobs:
test: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: |
yarn
- run: |
yarn all