refactor: use pnpm 12 native bootstrap

Install the plain pnpm v12 package as the single native bootstrap, remove the legacy @pnpm/exe lockfile and runtime path, and retain the standalone input as a no-op for workflow compatibility.
This commit is contained in:
Zoltan Kochan
2026-09-04 17:06:02 +02:00
parent ae5824b5de
commit 9266926192
8 changed files with 293 additions and 534 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ inputs:
required: false
default: 'package.json'
standalone:
description: When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js.
description: Deprecated compatibility input. The pnpm v12 bootstrap is always a standalone native executable.
required: false
default: 'false'
outputs: