Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Bump react-dom from 19.2.3 to 19.2.4 #107

Bump react-dom from 19.2.3 to 19.2.4

Bump react-dom from 19.2.3 to 19.2.4 #107

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Build project
run: npm run build