From cc6b809bd05eaecc5ad345a72b651ac85cecafa1 Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Mon, 15 Nov 2021 13:43:36 -0500 Subject: [PATCH] Update docs/advanced-usage.md Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index a7eb6383..ddb40463 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -21,7 +21,7 @@ steps: ## 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) > The action will search for the node version file relative to repository root.