Skip to content

Commit 433bfd0

Browse files
authored
Merge pull request #744 from trycompai/lewis/comp-v2-onboarding-fixes
[dev] [carhartlewis] lewis/comp-v2-onboarding-fixes
2 parents f9c2eeb + 162947a commit 433bfd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/trigger-tasks-deploy-main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
- name: Use Node.js 20.x
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: "20.x"
14+
node-version: "22.x" # Updated to match Node.js w/ Vercel
1515
- name: Setup Bun
1616
uses: oven-sh/setup-bun@v1
17+
- name: Clear cache
18+
run: rm -rf node_modules .bun
1719
- name: Install dependencies
18-
run: bun install
20+
run: bun install --no-cache
1921
- name: Generate Prisma client
2022
working-directory: ./packages/db
2123
run: bunx prisma generate

0 commit comments

Comments
 (0)