Skip to content

chore: update @anthropic-ai/claude-agent-sdk 0.2.63 → 0.2.81 #20

chore: update @anthropic-ai/claude-agent-sdk 0.2.63 → 0.2.81

chore: update @anthropic-ai/claude-agent-sdk 0.2.63 → 0.2.81 #20

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.9
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun test