Skip to content

chore(deps): update react monorepo (major) #1040

chore(deps): update react monorepo (major)

chore(deps): update react monorepo (major) #1040

Workflow file for this run

name: End-to-end tests
on:
pull_request:
paths:
- 'src/**'
- 'cypress/**'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
jobs:
chrome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install dependencies ⬇️
run: npm install
- name: Build lib 🔨
run: npm run build
- uses: cypress-io/github-action@v4
with:
browser: chrome
start: npm run dev
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
path: cypress/videos
retention-days: 14