mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 2 additions and 2 deletions
@ -20,9 +20,9 @@ jobs: |
|||
- name: Bot 🤖 "Updating NPM Packages..." |
|||
run: | |
|||
npm config set fund false |
|||
npm update |
|||
npm update --legacy-peer-deps |
|||
cd src |
|||
npm update |
|||
npm update --legacy-peer-deps |
|||
git config --global user.name 'NPM Update Bot' |
|||
git config --global user.email '[email protected]' |
|||
git add . |
|||
|
Loading…
Reference in new issue