fix: remove unsupported --verbose flag from yarn install

Yarn 4.x doesn't support the --verbose flag. Removed it from all workflows
while keeping the debug output for git configuration.

https://claude.ai/code/session_015R3U3kiprQiNTTNNt31Sg6
This commit is contained in:
Claude
2026-02-14 05:14:33 +00:00
parent cf268a3c88
commit 4526367c33
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_TERMINAL_PROMPT: 0
run: yarn install --immutable --verbose
run: yarn install --immutable
- name: Run tests
run: yarn test