From e687f638e5b47292a32f4949c9700832a7455d72 Mon Sep 17 00:00:00 2001 From: Alexis Rico Date: Mon, 21 Sep 2026 10:16:35 +0200 Subject: [PATCH] Install pnpm 11 in CI The monorepo now generates this repo's lockfile with pnpm 11, so CI should install it with the same version. pnpm/action-setup v4 cannot install pnpm 11; v6.1.0 can. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b86b944..9a0d3ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6.1.0 with: - version: 10.33.0 + version: 11.27.1 - uses: actions/setup-node@v4 with: