Skip to content

Bump @types/react-dom from 18.3.1 to 19.0.2 #1308

Bump @types/react-dom from 18.3.1 to 19.0.2

Bump @types/react-dom from 18.3.1 to 19.0.2 #1308

Workflow file for this run

on: push
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npx eslint --ext .ts --ext .tsx src/
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npx prettier --check .
typescript:
name: TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build:ts