Skip to content

Update react monorepo to v19 (major) #728

Update react monorepo to v19 (major)

Update react monorepo to v19 (major) #728

Workflow file for this run

name: Build and test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.12.1
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm tsc -p tsconfig.server.json --noEmit
- run: pnpm test
- run: pnpm build:client
- run: pnpm build:server
- run: pnpm test:boot