npm: ncu to update package.json as well
This commit is contained in:
parent
406ba304d8
commit
145a994349
3
.github/workflows/npm-update-bot.yml
vendored
3
.github/workflows/npm-update-bot.yml
vendored
@ -23,8 +23,11 @@ jobs:
|
||||
- name: Bot 🤖 "Updating NPM Packages..."
|
||||
run: |
|
||||
npm config set -g fund false
|
||||
npm install -g npm-check-updates
|
||||
ncu -u
|
||||
npm update
|
||||
cd src
|
||||
ncu -u
|
||||
npm update
|
||||
git config --global user.name 'NPM Update Bot'
|
||||
git config --global user.email 'npmupbot@users.noreply.github.com'
|
||||
|
Loading…
x
Reference in New Issue
Block a user