mirror of
https://github.com/pnpm/action-setup.git
synced 2026-09-10 03:03:23 +08:00
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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user