npm: ncu to update package.json as well
This commit is contained in:
parent
406ba304d8
commit
145a994349
|
@ -23,8 +23,11 @@ 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
|
||||||
|
ncu -u
|
||||||
npm update
|
npm update
|
||||||
cd src
|
cd src
|
||||||
|
ncu -u
|
||||||
npm update
|
npm update
|
||||||
git config --global user.name 'NPM Update Bot'
|
git config --global user.name 'NPM Update Bot'
|
||||||
git config --global user.email 'npmupbot@users.noreply.github.com'
|
git config --global user.email 'npmupbot@users.noreply.github.com'
|
||||||
|
|
Loading…
Reference in New Issue