We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8024af commit cf0aa9bCopy full SHA for cf0aa9b
1 file changed
.github/workflows/claude.yml
@@ -30,6 +30,23 @@ jobs:
30
with:
31
fetch-depth: 1
32
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
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
50
- name: Run Claude Code
51
id: claude
52
uses: anthropics/claude-code-action@v1
0 commit comments