mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 06:01:57 -05:00
ci: increase Windows npm log level more
This commit is contained in:
parent
95d98daa2f
commit
95427a597d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue