diff --git a/action.yml b/action.yml index 9757697..f7570dd 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ branding: icon: 'package' color: 'orange' inputs: + ######################## + # For actions/setup-node + ######################## node-version: description: "Override the default node version, or override what is specified in your project's volta config" required: false @@ -16,6 +19,10 @@ inputs: description: "Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN." required: false default: '' + + ######################## + # For pnpm/setup-action + ######################## pnpm-version: description: 'Override the default pnpm version, which defaults to the latest 8.x' required: false