npm-update-bot.yml: uses the internal update checker
This commit is contained in:
parent
e227c9ea41
commit
bab00ef967
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue