Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /client #832

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /client

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /client #832

Workflow file for this run

name: CI
on: push
jobs:
test:
defaults:
run:
working-directory: client
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: npm ci
- run: npm t