Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ environment before its first publish.
| `NODE_VERSION` | Node.js version for CI (22.x) |
| `NPM_VERSION` | npm version for the publish job (11.7.0+, OIDC support) |
| `BUN_VERSION` | Bun version for CI (defaults to 1.3.13) |
| `REVIEW_CLI_VERSION` | `@uniswap/review-cli` pin for Code Review (defaults to 1.10.1) |
| `REVIEW_CLI_VERSION` | `@uniswap/review-cli` pin for Code Review (defaults to 1.10.6) |
| `CLAUDE_CODE_VERSION` | Claude Code binary pin for Code Review (defaults to 2.1.212) |

Only `NODE_VERSION` and `NPM_VERSION` are actually **set** on the repo today
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ env:
# settings to roll forward without a commit. Declared once here so the
# two install blocks below cannot drift onto different versions.
# Fallback matches what Uniswap/universe runs today.
REVIEW_CLI_VERSION: ${{ vars.REVIEW_CLI_VERSION || '1.10.1' }}
REVIEW_CLI_VERSION: ${{ vars.REVIEW_CLI_VERSION || '1.10.6' }}
# The Claude Code binary the SDK shells out to. install.sh accepts
# `stable | latest | X.Y.Z`, so pin it rather than floating: an
# unpinned install makes the review non-reproducible run-to-run for no
Expand Down
Loading