Browse Source
npm-update-bot.yml: install ncu quiet
pull/686/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/npm-update-bot.yml
|
@ -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 |
|
|