From 8a4b0efae768fc426701d7b64f0ae9d7dd97ee80 Mon Sep 17 00:00:00 2001 From: LufyCZ Date: Sat, 25 Jan 2025 18:14:58 +0000 Subject: [PATCH] chore: use pnpm10 in action --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 44b223c3d5..b4a5c86e6e 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -12,4 +12,4 @@ runs: # run: npx playwright install --with-deps chromium - name: Set up pnpm - uses: sushi-labs/actions/.github/actions/pnpm@master \ No newline at end of file + uses: sushi-labs/actions/.github/actions/pnpm@pnpm-10 \ No newline at end of file