Skip to content

Revert "refactor(client): use instead of useContext" #625

Revert "refactor(client): use instead of useContext"

Revert "refactor(client): use instead of useContext" #625

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