patch: --legacy-peer-deps should be a temporary solution

This commit is contained in:
Philip H. 2023-11-19 13:57:55 +00:00
parent f32ab0446e
commit 739d049a1b
3 changed files with 33 additions and 33 deletions

View file

@ -20,9 +20,9 @@ jobs:
- name: Bot 🤖 "Updating NPM Packages..."
run: |
npm config set fund false
npm update --legacy-peer-deps
npm update
cd src
npm update --legacy-peer-deps
npm update
git config --global user.name 'NPM Update Bot'
git config --global user.email 'npmupbot@users.noreply.github.com'
git add .