Skip to content

Bump @types/react-dom from 18.3.1 to 19.2.1 #438

Bump @types/react-dom from 18.3.1 to 19.2.1

Bump @types/react-dom from 18.3.1 to 19.2.1 #438

Workflow file for this run

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