Skip to content

chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 in /client #1733

chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 in /client

chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 in /client #1733

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- 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