Skip to content

chore(deps): bump @anthropic-ai/sdk from 0.39.0 to 0.102.0 #35

chore(deps): bump @anthropic-ai/sdk from 0.39.0 to 0.102.0

chore(deps): bump @anthropic-ai/sdk from 0.39.0 to 0.102.0 #35

Workflow file for this run

name: Quill CI
on:
push:
branches:
- master
pull_request:
jobs:
build-and-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.2.15
- name: Install dependencies
run: bun install
- name: Build
run: bun run build
- name: Test
run: bun run test