From 5b69de08daa5372dbd4d99049e9a807a9b5ae762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:43:50 +0100 Subject: [PATCH] fix(ci): use packageManager from package.json for pnpm setup Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release-cli.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 1b61772..26d1948 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -43,8 +43,6 @@ jobs: bun-version: "1.2" - uses: pnpm/action-setup@v4 - with: - version: 10 - name: Install workspace deps run: pnpm install --frozen-lockfile --ignore-scripts