Browse Source

npm-update-bot.yml: handle legacy peer dependencies

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
0006c854cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/npm-update-bot.yml

4
.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 '[email protected]'
git add .

Loading…
Cancel
Save