forked from mirrors/amnezia-wg-easy
npm: ncu to update package.json as well
This commit is contained in:
parent
406ba304d8
commit
145a994349
1 changed files with 3 additions and 0 deletions
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..."
|
- 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…
Add table
Add a link
Reference in a new issue