Skip to content

Commit 639e3bb

Browse files
authored
chore: merge master to dev
2 parents 0687195 + 7dc92d4 commit 639e3bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_dep.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
with:
2525
node-version: 20
2626
cache: pnpm
27-
- run: pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
27+
- run: |
28+
pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
29+
pnpm install --no-frozen-lockfile
2830
- uses: peter-evans/create-pull-request@v7
2931
id: cpr
3032
with:

0 commit comments

Comments
 (0)