mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 3 additions and 0 deletions
@ -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 '[email protected]' |
git config --global user.email '[email protected]' |
||||
|
Loading…
Reference in new issue