Update documentation

This commit is contained in:
Kyle Leonhard 2025-03-19 09:38:27 -07:00 committed by Kyle Leonhard
parent b9780dfe95
commit 46bc19c0cd
4 changed files with 4 additions and 4 deletions

View file

@ -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: package.json, .nvmrc, .node-version, .tool-versions.'
description: 'File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions, .npmrc.'
architecture:
description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.'
check-latest: