Skip to content

fix(deps): update react monorepo to v19 (major) #1147

fix(deps): update react monorepo to v19 (major)

fix(deps): update react monorepo to v19 (major) #1147

Workflow file for this run

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