Skip to content

chore(deps-dev): bump @types/react from 19.0.3 to 19.2.18 #17

chore(deps-dev): bump @types/react from 19.0.3 to 19.2.18

chore(deps-dev): bump @types/react from 19.0.3 to 19.2.18 #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm audit --audit-level=high