From de103e294d6eef27ff1b42fe27cf79d41e866533 Mon Sep 17 00:00:00 2001 From: webdevbynight Date: Thu, 16 Jul 2026 00:28:37 +0200 Subject: [PATCH] revert(pnpm): use latest pnpm 11 again pnpm 11.13.0 fixes the action-setup self-installer crash appeared in 11.12.0. Refs: 785cb46 --- .github/actions/pnpm-node/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pnpm-node/action.yml b/.github/actions/pnpm-node/action.yml index 11eb05d..c9730bc 100644 --- a/.github/actions/pnpm-node/action.yml +++ b/.github/actions/pnpm-node/action.yml @@ -6,7 +6,7 @@ runs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: - version: 11.11.0 + version: 11 - name: Setup Node.js uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: