Skip to content

chore(deps): update dependency @testing-library/react to v16 - autoclosed #1606

chore(deps): update dependency @testing-library/react to v16 - autoclosed

chore(deps): update dependency @testing-library/react to v16 - autoclosed #1606

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn run check-git-clean