Skip to content

Commit

Permalink
modify description
Browse files Browse the repository at this point in the history
  • Loading branch information
bmyun committed Oct 14, 2024
1 parent e347f4b commit 5499464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
description: 'Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, >=10.15.0'
default: ''
pnpm-version:
description: 'Version Spec of the pnpm version to use. Examples: ^8, 8.15.9, >=9. it required VOLTA_FEATURE_PNPM environment variable to be set to 1'
description: 'Version Spec of the pnpm version to use. Examples: ^8, 8.15.9, >=9. ensure that the environment variable VOLTA_FEATURE_PNPM is set to 1'
default: ''
package-json-path:
description: 'The path to the package.json to update when using an explicit `node-version` | `yarn-version` | `npm-version` override. By default, we will use `package.json` in the checkout root.'
Expand Down

0 comments on commit 5499464

Please sign in to comment.