fix: use native bootstrap only for pnpm 12

Route pnpm 12-only versions and ranges through the plain pnpm native package while preserving the existing Node and @pnpm/exe bootstrap paths for older releases.
This commit is contained in:
Zoltan Kochan
2026-09-04 17:17:58 +02:00
parent fedb8a2d14
commit c49a02e6a4
11 changed files with 754 additions and 307 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ inputs:
required: false
default: 'package.json'
standalone:
description: Deprecated compatibility input. The pnpm v12 bootstrap is always a standalone native executable.
description: When set to true for pnpm v11 and earlier, install @pnpm/exe to use pnpm without Node.js. pnpm v12 uses the plain pnpm package's native executable.
required: false
default: 'false'
outputs: