Skip to content

Bump @types/react from 18.3.24 to 19.1.12 #280

Bump @types/react from 18.3.24 to 19.1.12

Bump @types/react from 18.3.24 to 19.1.12 #280

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22, 24]
steps:
-
uses: actions/checkout@v3
-
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
-
name: Install dependencies
run: yarn install
-
name: Run tests
run: npm run release