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..." |
|||
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 '[email protected]' |
|||
|
Loading…
Reference in new issue