npm-update-bot.yml: handle legacy peer dependencies
This commit is contained in:
parent
24560f460b
commit
0006c854cc
|
@ -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 'npmupbot@users.noreply.github.com'
|
git config --global user.email 'npmupbot@users.noreply.github.com'
|
||||||
git add .
|
git add .
|
||||||
|
|
Loading…
Reference in New Issue