ci: increase Windows npm log level more

This commit is contained in:
Christopher Willis-Ford 2023-04-03 14:10:12 -07:00
parent 95d98daa2f
commit 95427a597d

View file

@ -131,7 +131,7 @@ jobs:
nvm use 16.20.0
- run:
name: Increase NPM log level to avoid timeouts while installing packages
command: npm config set loglevel http
command: npm config set loglevel info
- run: node --version && npm --version
- checkout
- node/install-packages: