Browse Source
npm-update-bot.yml: uses the internal update checker
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
0 additions and
1 deletions
-
.github/workflows/npm-update-bot.yml
|
@ -20,7 +20,6 @@ jobs: |
|
|
- name: Bot 🤖 "Updating NPM Packages..." |
|
|
- name: Bot 🤖 "Updating NPM Packages..." |
|
|
run: | |
|
|
run: | |
|
|
npm config set fund false |
|
|
npm config set fund false |
|
|
npm install -g npm-check-updates |
|
|
|
|
|
npm update |
|
|
npm update |
|
|
cd src |
|
|
cd src |
|
|
npm update |
|
|
npm update |
|
|