Skip to content

fix(type): Popover props #135

fix(type): Popover props

fix(type): Popover props #135

Workflow file for this run

name: Test CI
on: push
permissions:
contents: write # to fetch code (actions/checkout)
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Checkout repository
uses: actions/checkout@v3 # v3
- name: Install dependencies
run: yarn install --immutable
- name: Build workspaces
run: yarn build
# - name: Run Test
# run: yarn test