Skip to content

chore(deps-dev): bump @types/node from 22.10.2 to 22.10.3 in /client #629

chore(deps-dev): bump @types/node from 22.10.2 to 22.10.3 in /client

chore(deps-dev): bump @types/node from 22.10.2 to 22.10.3 in /client #629

Workflow file for this run

name: CI
on: push
jobs:
test:
defaults:
run:
working-directory: client
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: /client/.nvmrc
- uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm i
- run: npm t