Update docs/advanced-usage.md

Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com>
This commit is contained in:
La'Kaleigh Harris 2021-11-15 13:43:36 -05:00 committed by GitHub
parent 6ef0f8d72d
commit cc6b809bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ steps:
## Node version file ## Node version file
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 `node-version-file` input accepts path to file containing the version of Node.js 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) You can check [supported version syntax](https://github.com/actions/setup-node#supported-version-syntax)
> The action will search for the node version file relative to repository root. > The action will search for the node version file relative to repository root.