Skip to content

Update react monorepo to v19 (major) #140

Update react monorepo to v19 (major)

Update react monorepo to v19 (major) #140

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm ci
- run: npm run prettier:check