Skip to content

Bump @types/react from 18.3.13 to 19.0.2 #230

Bump @types/react from 18.3.13 to 19.0.2

Bump @types/react from 18.3.13 to 19.0.2 #230

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm run build
- run: npm test