From a270ed5f1758e490fc9ef8ae81b9eee0ff05697a Mon Sep 17 00:00:00 2001 From: webdevbynight Date: Mon, 13 Jul 2026 03:06:48 +0200 Subject: [PATCH] ci(pnpm): use pnpm 11.11.0 With version 11.12.0, the action-setup self-installer crashes. Refs: pnpm/action-setup#276 --- .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 75facbb..0933fc9 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 + version: 11.11.0 - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: