Skip to content

Ignore Zod v4 for MCP SDK compatibility (#111) #20

Ignore Zod v4 for MCP SDK compatibility (#111)

Ignore Zod v4 for MCP SDK compatibility (#111) #20

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
cache: pnpm
cache-dependency-path: ./pnpm-lock.yaml
node-version-file: './package.json'
- run: pnpm install
- run: pnpm type-check
- run: pnpm test
- run: pnpm build