From a7ed1ce38d79a211816f9fd19d588e6b3f116cb2 Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Thu, 25 Nov 2021 15:36:21 +0000 Subject: [PATCH] removed n-node-version file --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 900588b2..879ac00b 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: node-version: description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0' node-version-file: - description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .n-node-version' + description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version' architecture: description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.' check-latest: