mirror of
https://github.com/actions/setup-node.git
synced 2025-07-27 00:48:24 +02:00
adds path to error output
* fix grammar in README & Advance usage docs * update example in action.yml
This commit is contained in:
parent
cc6b809bd0
commit
4e4d3278fa
6 changed files with 12 additions and 11 deletions
|
@ -8,7 +8,7 @@ inputs:
|
|||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0'
|
||||
node-version-file:
|
||||
description: 'File containing the version Spec of the version to use. Examples: .nvmrc'
|
||||
description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .n-node-version'
|
||||
architecture:
|
||||
description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.'
|
||||
check-latest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue