Skip to content

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

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

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

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- source
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
- run: npm ci
- run: npm run build