We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d661806 + effb791 commit 4164102Copy full SHA for 4164102
.github/workflows/notify-dependents.yml
@@ -120,7 +120,7 @@ jobs:
120
cache-dependency-path: '**/package-lock.json'
121
- name: Make changes to pull request
122
working-directory: meshmap
123
- run: npm install @sistent/sistent@^${{ env.RELEASE_VERSION }}
+ run: npm install @sistent/sistent@^${{ env.RELEASE_VERSION }} --legacy-peer-deps
124
- name: Create Pull Request
125
id: cpr
126
uses: peter-evans/create-pull-request@v8
0 commit comments