Skip to content

Commit 841692b

Browse files
committed
ci(lerna): install legacy peer deps
1 parent e49efca commit 841692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# so we do that here.
5656
- name: Bump Package Lock
5757
run: |
58-
lerna exec "npm install --package-lock-only"
58+
lerna exec "npm install --package-lock-only --legacy-peer-deps"
5959
git config user.name ionitron
6060
git config user.email hi@ionicframework.com
6161
git add .

0 commit comments

Comments
 (0)