Adding Node.js version file support (#338)

This commit is contained in:
Hargun Kaur
2021-11-29 14:48:31 +05:30
committed by GitHub
parent 360ab8b75b
commit d08cf22211
9 changed files with 221 additions and 23 deletions

View File

@ -7,6 +7,8 @@ inputs:
default: 'false'
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'
architecture:
description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.'
check-latest: