Skip to content

refactor(client): refactor React imports #1127

refactor(client): refactor React imports

refactor(client): refactor React imports #1127

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: /client/.nvmrc
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: make init/ci
- run: make test/ci