Skip to content

Bump @types/react from 19.0.3 to 19.0.7 #2461

Bump @types/react from 19.0.3 to 19.0.7

Bump @types/react from 19.0.3 to 19.0.7 #2461

Workflow file for this run

name: Gradle Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
cache: 'gradle'
- run: ./gradlew build --no-daemon