Skip to content

chore(deps): bump @tanstack/query-async-storage-persister in /client #1740

chore(deps): bump @tanstack/query-async-storage-persister in /client

chore(deps): bump @tanstack/query-async-storage-persister in /client #1740

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
cache-dependency-path: client/package-lock.json
node-version-file: client/.nvmrc
- run: make init/ci
- run: make test/ci