mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-06-18 01:31:10 +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
1
run.sh
1
run.sh
|
@ -4,4 +4,5 @@ export HOME="$(pwd)"
|
|||
export INPUT_VERSION=4.11.1
|
||||
export INPUT_DEST='~/pnpm.temp'
|
||||
export INPUT_RUN_INSTALL=null
|
||||
export INPUT_standalone=false
|
||||
exec node dist/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue