From 7ff10b129d63fbd09d9db7aa81633ebb64fe413a Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:36:30 +0000 Subject: [PATCH] advanced.md changes --- docs/advanced-usage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index b4cc2972..a7eb6383 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -20,11 +20,10 @@ 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. 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 +> The action will search for the node version file relative to repository root. ```yaml steps: