mirror of
https://github.com/actions/setup-node.git
synced 2025-07-03 16:13:47 +00:00
improvements
This commit is contained in:
parent
8b9906e7bf
commit
f338189333
4 changed files with 7 additions and 17 deletions
|
@ -17,7 +17,7 @@ inputs:
|
|||
registry-url:
|
||||
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.'
|
||||
mirror-url:
|
||||
description: 'Custom mirror URL to download Node.js from (optional)'
|
||||
description: 'Custom mirror URL to download Node.js'
|
||||
required: false
|
||||
scope:
|
||||
description: 'Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue