Skip to content

Commit

Permalink
Revert "chore: fix update_dep.yml"
Browse files Browse the repository at this point in the history
This reverts commit d943b31.
  • Loading branch information
Koenkk committed Dec 5, 2024
1 parent d943b31 commit f8ff89d
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 --no-frozen-lockfile
- run: pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
- uses: peter-evans/create-pull-request@v7
id: cpr
with:
Expand Down

0 comments on commit f8ff89d

Please sign in to comment.