podman-desktop: switch pnpm pin back to pnpm_10

The hard pin to pnpm_10_29_2 worked around a lockfile regression in pnpm
10.29.3+ that broke electron-builder. electron-builder fixed it in
26.8.2,
which podman-desktop has shipped since 1.26.0, so pnpm_10 builds cleanly
on the current 1.27.2 tree.
Switch the pin back to pnpm_10 and re-enable the pnpm bump in the update
script.

Signed-off-by: kaynetik <aleksandar@nesovic.dev>
This commit is contained in:
kaynetik
2026-06-07 06:46:35 +02:00
parent 67c85ec5a6
commit b0d72a85e9
+2 -2
View File
@@ -6,7 +6,7 @@
copyDesktopItems,
electron_41,
nodejs-slim_24,
pnpm_10_29_2,
pnpm_10,
fetchPnpmDeps,
pnpmConfigHook,
makeDesktopItem,
@@ -22,7 +22,7 @@
let
nodejs-slim = nodejs-slim_24;
pnpm = pnpm_10_29_2.override { inherit nodejs-slim; };
pnpm = pnpm_10.override { inherit nodejs-slim; };
electron = electron_41;
appName = "Podman Desktop";
in