Skip to content

Commit cf0aa9b

Browse files
authored
core(claude): correctly setup repo and deps for claude code agent (#2858)
1 parent a8024af commit cf0aa9b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/claude.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,23 @@ jobs:
3030
with:
3131
fetch-depth: 1
3232

33+
- name: ⎔ Setup pnpm
34+
uses: pnpm/action-setup@v4
35+
with:
36+
version: 10.23.0
37+
38+
- name: ⎔ Setup node
39+
uses: buildjet/setup-node@v4
40+
with:
41+
node-version: 20.19.0
42+
cache: "pnpm"
43+
44+
- name: 📥 Download deps
45+
run: pnpm install --frozen-lockfile
46+
47+
- name: 📀 Generate Prisma Client
48+
run: pnpm run generate
49+
3350
- name: Run Claude Code
3451
id: claude
3552
uses: anthropics/claude-code-action@v1

0 commit comments

Comments
 (0)