mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-01 18:21:11 +00:00
Added mirror
option to select alternative download source
no issue
This commit is contained in:
parent
83c9f7a7df
commit
905173b259
4 changed files with 49 additions and 32 deletions
|
@ -8,6 +8,9 @@ inputs:
|
|||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
default: '10.x'
|
||||
mirror:
|
||||
description: 'Optional mirror to download binaries from'
|
||||
default: 'https://nodejs.org/dist/'
|
||||
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