Skip to content

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

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

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

Workflow file for this run

name: CI
on: pull_request
jobs:
tests:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Export
run: npm run export