diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index 6116087b..496da554 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.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 .