docs: add

This commit is contained in:
khai96_ 2023-07-26 17:53:13 +07:00
parent f4b921d2c3
commit d91cff1832
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ If `run_install` is a YAML string representation of either an object or an array
### `standalone`
**Optional** (_type:_ `boolean`, _default:_ `false`) When set to true, [@pnpm/exe](https://www.npmjs.com/package/@pnpm/exe), which is a Node.js bundled package, will be installed.
**Optional** (_type:_ `boolean`, _default:_ `false`) When set to true, [@pnpm/exe](https://www.npmjs.com/package/@pnpm/exe), which is a Node.js bundled package, will be installed, enabling using `pnpm` without Node.js.
This is useful when you want to use a incompatible pair of Node.js and pnpm.

View File

@ -20,7 +20,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.
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: