Skip to content

deps(dashboard)(deps): Bump @anthropic-ai/sdk from 0.56.0 to 0.101.0 in /apps/dashboard #36

deps(dashboard)(deps): Bump @anthropic-ai/sdk from 0.56.0 to 0.101.0 in /apps/dashboard

deps(dashboard)(deps): Bump @anthropic-ai/sdk from 0.56.0 to 0.101.0 in /apps/dashboard #36

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
node: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm -r build
- run: pnpm -r typecheck
- run: pnpm -r test