From f8ff89d44261fec85a1ff271d100441fc22a30ae Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 5 Dec 2024 21:07:30 +0100 Subject: [PATCH] Revert "chore: fix update_dep.yml" This reverts commit d943b31372ec5ef644c4982bbb28b57f069ad90f. --- .github/workflows/update_dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_dep.yml b/.github/workflows/update_dep.yml index 3e3db3ad..5c750bad 100644 --- a/.github/workflows/update_dep.yml +++ b/.github/workflows/update_dep.yml @@ -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: