Skip to content

chore(deps): bump @tanstack/react-query from 5.36.0 to 5.51.11 #212

chore(deps): bump @tanstack/react-query from 5.36.0 to 5.51.11

chore(deps): bump @tanstack/react-query from 5.36.0 to 5.51.11 #212

Workflow file for this run

name: Pull request checks
on: [pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Build
run: yarn build