Skip to content

Bump @types/react from 19.0.2 to 19.0.3 #878

Bump @types/react from 19.0.2 to 19.0.3

Bump @types/react from 19.0.2 to 19.0.3 #878

Workflow file for this run

# @format
name: Test
on:
push:
branches: ["**", "!master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6.7.8
with:
build: yarn build-test
start: yarn preview
browser: chrome