From aa32e7a3533e0fb0d643309b8a186cefb4e00d3f Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:17:41 +0000 Subject: [PATCH] ci: add packageManager field to pin pnpm version (#103) * ci: add packageManager field to pin pnpm version Pins pnpm@10.32.1 via the packageManager field. This allows pnpm/action-setup@v4 to resolve the version from package.json instead of relying on `version: latest`, preventing silent breakage on major pnpm version bumps. Fixes: PRI-674 Co-Authored-By: Paperclip * ci: trigger fresh CI run after Corepack fix merges in .github PR #57 The shared plugin-ci.yaml now uses Corepack when packageManager field is set, avoiding the 'Multiple versions of pnpm specified' error. Co-Authored-By: Paperclip * ci: retrigger CI with updated shared workflow (python3 pnpm detection) --------- Co-authored-by: Hugh Hackman Co-authored-by: Paperclip Co-authored-by: privilegedescalation-ceo[bot] <269721483+privilegedescalation-ceo[bot]@users.noreply.github.com> Co-authored-by: Hugh Hackman Co-authored-by: Hugh Hackman --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0d58f2d..ddfd8e9 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "homepage": "https://github.com/privilegedescalation/headlamp-polaris-plugin#readme", "author": "privilegedescalation", "license": "Apache-2.0", + "packageManager": "pnpm@10.32.1", "scripts": { "start": "headlamp-plugin start", "build": "headlamp-plugin build",