Skip to content

chore(dependencies): update prettier #1741

chore(dependencies): update prettier

chore(dependencies): update prettier #1741

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