Skip to content

deps: bump @tanstack/react-start from 1.168.37 to 1.168.49 #37

deps: bump @tanstack/react-start from 1.168.37 to 1.168.49

deps: bump @tanstack/react-start from 1.168.37 to 1.168.49 #37

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- name: Install dependencies
run: npm ci
- name: Check
run: npm run check
- name: Biome formatting and lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build