mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
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:
2
.github/workflows/qa-claude.yaml
vendored
2
.github/workflows/qa-claude.yaml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user