Skip to content

Bump @tanstack/react-query from 5.51.9 to 5.51.11 #395

Bump @tanstack/react-query from 5.51.9 to 5.51.11

Bump @tanstack/react-query from 5.51.9 to 5.51.11 #395

Workflow file for this run

name: CI Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 22.x
- name: yarn install
env:
CI: 'true'
run: yarn install
- name: yarn test
env:
CI: 'true'
NODE_ENV: 'production'
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.SUPABASE_URL_STAGING }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY_STAGING }}
run: yarn test