npm-update-bot.yml: install ncu quiet

This commit is contained in:
Philip H 2023-12-09 23:19:18 +01:00 committed by GitHub
parent 218ad867cf
commit da94b5f6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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