chore: fix update_dep.yml

This commit is contained in:
Koen Kanters
2024-12-05 21:11:31 +01:00
parent f8ff89d442
commit 7dc92d4b6c
+3 -1
View File
@@ -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: