Skip to content

Bump @types/react from 18.3.11 to 19.0.2 #135

Bump @types/react from 18.3.11 to 19.0.2

Bump @types/react from 18.3.11 to 19.0.2 #135

Workflow file for this run

name: Chrome E2E Test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
e2e:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npx -y update-browserslist-db@latest
- run: npm run e2e