Skip to content

fix: support TSImportType (#10) #25

fix: support TSImportType (#10)

fix: support TSImportType (#10) #25

Workflow file for this run

name: build-test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm test