fix: pin @anthropic-ai/claude-code to 2.1.71 for deterministic CI

Unpinned installs can drift between runs causing non-reproducible
CI behavior when new versions introduce breaking changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
snomiao
2026-03-07 04:17:44 +00:00
parent eed68652ac
commit 3109e68877

View File

@@ -65,7 +65,7 @@ jobs:
- name: Install Claude Code
shell: bash
run: npm install -g @anthropic-ai/claude-code
run: npm install -g @anthropic-ai/claude-code@2.1.71
# --- Virtual display + recording: Linux ---
- name: Setup Xvfb (Linux)