npm-update-bot.yml: install ncu quiet
This commit is contained in:
parent
218ad867cf
commit
da94b5f6a3
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Bot 🤖 "Updating NPM Packages..."
|
||||
run: |
|
||||
npm config set -g fund false
|
||||
npm install -g npm-check-updates
|
||||
npm install -g --silent npm-check-updates
|
||||
ncu -u
|
||||
npm update
|
||||
cd src
|
||||
|
|
Loading…
Reference in New Issue