Skip to content

Commit

Permalink
Merge pull request #895 from sudhanshutech/layer5/bump
Browse files Browse the repository at this point in the history
[CI]: add legacy command to install package in layer5 while bump
  • Loading branch information
sudhanshutech authored Jan 22, 2025
2 parents 2ff1332 + 95925d2 commit 93cf965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-meshery-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
cache: "npm"
cache-dependency-path: '**/package-lock.json'
- name: Make changes to pull request
run: npm install @layer5/sistent@${{needs.versions-check.outputs.current}}
run: npm install @layer5/sistent@${{needs.versions-check.outputs.current}} --legacy-peer-deps
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit 93cf965

Please sign in to comment.