From 7ae5efda73c112e0e9b160ae632dcc2caacf1789 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 24 Mar 2026 22:12:38 +0000 Subject: [PATCH] fix: add packageManager field to package.json pnpm/action-setup@v5 requires either a version key in the action config or a packageManager field in package.json. Add the field to unblock the release workflow. Co-Authored-By: Paperclip --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4dc8396..297eeae 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "homepage": "https://github.com/privilegedescalation/headlamp-tns-csi-plugin#readme", "author": "privilegedescalation", "license": "Apache-2.0", + "packageManager": "pnpm@10.32.1", "scripts": { "start": "headlamp-plugin start", "build": "headlamp-plugin build",