Skip to content

chore(deps): bump react-router from 7.9.5 to 7.13.0 in /client #1763

chore(deps): bump react-router from 7.9.5 to 7.13.0 in /client

chore(deps): bump react-router from 7.9.5 to 7.13.0 in /client #1763

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