mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 19:18:43 +00:00
link to supported section added
This commit is contained in:
parent
f606613c78
commit
9cdff022c2
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,9 @@ steps:
|
|||
|
||||
## Node version file
|
||||
|
||||
The action will search for the node version file relative to repository root.
|
||||
The `node-version-file` input contains the version of node used by project, for example `.nvmrc`. If both the `node-version` and the `node-version-file` inputs are provided the `node-version` input is used.
|
||||
The action will search for the node version file relative to repository root.
|
||||
The `node-version-file` input contains the version of node used by project, for example `.nvmrc`. If both the `node-version` and the `node-version-file` inputs are provided the `node-version` input is used.
|
||||
You can check [supported version syntax](https://github.com/actions/setup-node#supported-version-syntax)
|
||||
> The node version file is read from the project root
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue