We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0687195 + 7dc92d4 commit 639e3bbCopy full SHA for 639e3bb
.github/workflows/update_dep.yml
@@ -24,7 +24,9 @@ jobs:
24
with:
25
node-version: 20
26
cache: pnpm
27
- - run: pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
+ - run: |
28
+ pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
29
+ pnpm install --no-frozen-lockfile
30
- uses: peter-evans/create-pull-request@v7
31
id: cpr
32
0 commit comments