mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 00:24:58 +00:00
added mirror-url
This commit is contained in:
parent
1d0ff469b7
commit
86a10608fa
6 changed files with 3437 additions and 3278 deletions
|
@ -7,6 +7,10 @@ inputs:
|
|||
default: 'false'
|
||||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.'
|
||||
mirror-url:
|
||||
description: 'The URL to download Node.js from, bypassing any checks.'
|
||||
required: false
|
||||
default: ''
|
||||
node-version-file:
|
||||
description: 'File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions.'
|
||||
architecture:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue