mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 17:31:39 +08:00
added mirror-url
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user