Skip to content

Bump @tanstack/react-router from 1.102.5 to 1.104.1 #86

Bump @tanstack/react-router from 1.102.5 to 1.104.1

Bump @tanstack/react-router from 1.102.5 to 1.104.1 #86

Workflow file for this run

name: CI - Yarn
on:
push:
branches:
- main
tags:
- "*"
pull_request:
types: [opened, synchronize]
paths-ignore:
- "*.toml"
- "*.contracts"
- "*.md"
- "LICENSE"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
yarn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable yarn
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: "22"
- run: yarn install --immutable
- run: yarn lint