Skip to content

Commit

Permalink
chore: fix update_dep.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 5, 2024
1 parent 5b907f2 commit d943b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 20
cache: pnpm
- run: pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
- run: pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact --no-frozen-lockfile
- uses: peter-evans/create-pull-request@v7
id: cpr
with:
Expand Down

0 comments on commit d943b31

Please sign in to comment.