Skip to content

Update react monorepo to v19 (major) #4173

Update react monorepo to v19 (major)

Update react monorepo to v19 (major) #4173

Workflow file for this run

name: test
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: set git core.autocrlf to 'input'
run: git config --global core.autocrlf input
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: '24.x'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run compile
- run: npm run build