From 9cdff022c258cb87cfd149f69f60e701551f5772 Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Mon, 25 Oct 2021 04:05:21 +0000 Subject: [PATCH] link to supported section added --- docs/advanced-usage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 4e804814..b4cc2972 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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