mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 12:24:45 +00:00
feat: standalone binary (#92)
* feat: add an option to install the self-contained binary version of pnpm * test: add a test about nodejs_bundled * style: remove an empty line * chore: use newer pnpm * chore: update dependencies * feat: rename `nodejs_bundled` to `standalone` as @zkochan suggested * docs: add --------- Co-authored-by: Takashi Sato <takashi@tks.st>
This commit is contained in:
parent
0b715c7ebb
commit
d882d12c64
9 changed files with 287 additions and 193 deletions
|
@ -16,9 +16,13 @@ inputs:
|
|||
required: false
|
||||
default: 'null'
|
||||
package_json_file:
|
||||
description: File path to the package.json to read "packageManager" configutation
|
||||
description: File path to the package.json to read "packageManager" configuration
|
||||
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.
|
||||
required: false
|
||||
default: 'false'
|
||||
runs:
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue