We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0635b31 commit 2d88871Copy full SHA for 2d88871
action.yml
@@ -7,6 +7,8 @@ inputs:
7
default: 'false'
8
node-version:
9
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0'
10
+ node-arch:
11
+ description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.'
12
check-latest:
13
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
14
default: false
0 commit comments