Browse Source
npm-update-bot.yml: handle legacy peer dependencies
pull/686/head
Philip H
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/npm-update-bot.yml
|
|
@ -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 'npmupbot@users.noreply.github.com' |
|
|
|
git add . |
|
|
|