Skip to content

Commit 95427a5

Browse files
committed
ci: increase Windows npm log level more
1 parent 95d98da commit 95427a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
nvm use 16.20.0
132132
- run:
133133
name: Increase NPM log level to avoid timeouts while installing packages
134-
command: npm config set loglevel http
134+
command: npm config set loglevel info
135135
- run: node --version && npm --version
136136
- checkout
137137
- node/install-packages:

0 commit comments

Comments
 (0)