fix(deploy): drop pnpm version: input that broke the migrate job#8
Conversation
…field) pnpm/action-setup@v4 errors with 'Multiple versions of pnpm specified' when both a `version:` input and package.json's `packageManager: pnpm@9.12.0` are present — this killed the migrate job (→ deploy-api/web skipped). Match ci.yml: no version: input, rely on the packageManager field. Also drops the now-unused PNPM_VERSION env. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
pnpm/action-setup@v4errors with Multiple versions of pnpm specified when both aversion:input andpackage.json'spackageManager: pnpm@9.12.0are present. That failed themigratejob in the firstdeploy.ymlrun, which skippeddeploy-api/deploy-web/smoke. (Thebuild & push imagesanddeploy pipeline-kickoff-v2 jobjobs succeeded — the v2 Cloud Run Job is live.) Fix matchesci.yml: noversion:input, rely on thepackageManagerfield.Merging re-triggers
deploy.yml→ migrate + the two Cloud Run services (R9).🤖 Generated with Claude Code