Skip to content

Commit

Permalink
chore: merge master to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Dec 5, 2024
2 parents 0687195 + 7dc92d4 commit 639e3bb
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 639e3bb

Please sign in to comment.