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..." |
- name: Bot 🤖 "Updating NPM Packages..." |
||||
run: | |
run: | |
||||
npm config set fund false |
npm config set fund false |
||||
npm update |
npm update --legacy-peer-deps |
||||
cd src |
cd src |
||||
npm update |
npm update --legacy-peer-deps |
||||
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]' |
||||
git add . |
git add . |
||||
|
Loading…
Reference in new issue