Skip to content

Commit 4164102

Browse files
authored
Merge pull request #1412 from layer5io/fix/bump-meshery-extensions-legacy-peer-deps
fix(ci): use --legacy-peer-deps when bumping meshery-extensions
2 parents d661806 + effb791 commit 4164102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify-dependents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
cache-dependency-path: '**/package-lock.json'
121121
- name: Make changes to pull request
122122
working-directory: meshmap
123-
run: npm install @sistent/sistent@^${{ env.RELEASE_VERSION }}
123+
run: npm install @sistent/sistent@^${{ env.RELEASE_VERSION }} --legacy-peer-deps
124124
- name: Create Pull Request
125125
id: cpr
126126
uses: peter-evans/create-pull-request@v8

0 commit comments

Comments
 (0)