mirror of
https://github.com/actions/setup-node.git
synced 2025-07-03 08:03:49 +00:00
mirrorurl code
This commit is contained in:
parent
802632921f
commit
0b66095a84
6 changed files with 210 additions and 62 deletions
|
@ -14,6 +14,9 @@ inputs:
|
|||
check-latest:
|
||||
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec.'
|
||||
default: false
|
||||
mirrorURL:
|
||||
description: 'Custom mirror URL to download Node.js from (optional)'
|
||||
required: false
|
||||
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.'
|
||||
scope:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue