Skip to content

Bump react-dom from 19.2.4 to 19.2.5 #6

Bump react-dom from 19.2.4 to 19.2.5

Bump react-dom from 19.2.4 to 19.2.5 #6

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build