mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
fix: pin @playwright/mcp to 0.0.68 for reproducible CI builds
Mutable @latest dist-tag can resolve to different versions over time, causing non-reproducible builds and unexpected breakage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/qa-claude.yaml
vendored
4
.github/workflows/qa-claude.yaml
vendored
@@ -116,9 +116,9 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "$RUNNER_OS" = "Linux" ]; then
|
||||
ARGS='["@playwright/mcp@latest"]'
|
||||
ARGS='["@playwright/mcp@0.0.68"]'
|
||||
else
|
||||
ARGS='["@playwright/mcp@latest", "--headless"]'
|
||||
ARGS='["@playwright/mcp@0.0.68", "--headless"]'
|
||||
fi
|
||||
cat > "${{ runner.temp }}/mcp-config.json" <<EOF
|
||||
{"mcpServers":{"playwright":{"command":"npx","args":${ARGS}}}}
|
||||
|
||||
Reference in New Issue
Block a user