Skip to content

fix(deps): bump @tanstack/react-query from 4.35.3 to 5.20.5 #768

fix(deps): bump @tanstack/react-query from 4.35.3 to 5.20.5

fix(deps): bump @tanstack/react-query from 4.35.3 to 5.20.5 #768

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint
production-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm run build