Skip to content

refactor(ui): performed code spliting on table component (#1126) #6081

refactor(ui): performed code spliting on table component (#1126)

refactor(ui): performed code spliting on table component (#1126) #6081

Workflow file for this run

name: "@dzangolab/react Test"
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v4
name: Use node ${{ matrix.node-version }}
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Setup pnpm and install dependencies
uses: pnpm/action-setup@v4
with:
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Build packages
run: pnpm build
- name: Run tests
run: pnpm test