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 f8ff89d commit 7dc92d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ 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
pnpm install --no-frozen-lockfile
- uses: peter-evans/create-pull-request@v7
id: cpr
with:
Expand Down

0 comments on commit 7dc92d4

Please sign in to comment.