Skip to content

Commit eac1900

Browse files
Temporarily increase npm ci verbosity to prove echo registry usage in logs
Diagnostic-only change to show explicit HTTP fetch URLs in CI output. Will be reverted once confirmed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 3288b2c commit eac1900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: 22.11.0
3737
registry-url: https://npm.echohq.com/
38-
- run: npm ci
38+
- run: npm ci --loglevel=http
3939
env:
4040
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
4141
- name: Code Linting

0 commit comments

Comments
 (0)