Add support for asdf format as Node.js version file

This commit is contained in:
Hideki Igarashi
2021-12-02 00:44:59 +09:00
parent 82496765f3
commit dbb64ac1d1
7 changed files with 32 additions and 20 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: .nvmrc, .node-version.'
description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions.'
architecture:
description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.'
check-latest: