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..."
|
- name: Bot 🤖 "Updating NPM Packages..."
|
||||||
run: |
|
run: |
|
||||||
npm config set -g fund false
|
npm config set -g fund false
|
||||||
npm install -g npm-check-updates
|
npm install -g --silent npm-check-updates
|
||||||
ncu -u
|
ncu -u
|
||||||
npm update
|
npm update
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Reference in New Issue