ci(lerna): install legacy peer deps

This commit is contained in:
Liam DeBeasi
2022-05-04 14:29:53 +00:00
parent e49efca764
commit 841692b213

View File

@@ -55,7 +55,7 @@ jobs:
# so we do that here.
- name: Bump Package Lock
run: |
lerna exec "npm install --package-lock-only"
lerna exec "npm install --package-lock-only --legacy-peer-deps"
git config user.name ionitron
git config user.email hi@ionicframework.com
git add .