Skip to content

build(deps): bump @tanstack/react-virtual from 3.13.23 to 3.14.5 in /web #325

build(deps): bump @tanstack/react-virtual from 3.13.23 to 3.14.5 in /web

build(deps): bump @tanstack/react-virtual from 3.13.23 to 3.14.5 in /web #325

Workflow file for this run

name: DISHA Product CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: disha-product-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
web:
name: Web product verification
runs-on: ubuntu-latest
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: "22"
cache: npm
cache-dependency-path: web/package-lock.json
- name: Install dependencies
run: npm ci
- name: Type-check
run: npm run type-check
- name: Test
run: npm test
- name: Build
run: npm run build