diff --git a/.github/workflows/notify-dependents.yml b/.github/workflows/notify-dependents.yml index 5d2c56ce..66538fdd 100644 --- a/.github/workflows/notify-dependents.yml +++ b/.github/workflows/notify-dependents.yml @@ -120,7 +120,7 @@ jobs: cache-dependency-path: '**/package-lock.json' - name: Make changes to pull request working-directory: meshmap - run: npm install @sistent/sistent@^${{ env.RELEASE_VERSION }} + run: npm install @sistent/sistent@^${{ env.RELEASE_VERSION }} --legacy-peer-deps - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v8