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 nvm use 16.20.0
- run: - run:
name: Increase NPM log level to avoid timeouts while installing packages 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 - run: node --version && npm --version
- checkout - checkout
- node/install-packages: - node/install-packages: