From 867d7465d1e99a6506f4e9f975d4c8f2ad9cde6e Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Fri, 9 Jan 2026 10:24:57 +0000 Subject: [PATCH] core(claude): correctly setup repo and deps for claude code agent --- .github/workflows/claude.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 14e7b07187..4a8bd858b0 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -30,6 +30,23 @@ jobs: with: fetch-depth: 1 + - name: ⎔ Setup pnpm + uses: pnpm/action-setup@v4 + with: + version: 10.23.0 + + - name: ⎔ Setup node + uses: buildjet/setup-node@v4 + with: + node-version: 20.19.0 + cache: "pnpm" + + - name: 📥 Download deps + run: pnpm install --frozen-lockfile + + - name: 📀 Generate Prisma Client + run: pnpm run generate + - name: Run Claude Code id: claude uses: anthropics/claude-code-action@v1