mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-16 00:41:12 +00:00
Expose the ability to select different architectures
This commit is contained in:
parent
e565252a9d
commit
3d0361d465
7 changed files with 84 additions and 35 deletions
|
@ -8,6 +8,8 @@ inputs:
|
|||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
default: '10.x'
|
||||
node-arch:
|
||||
description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.'
|
||||
registry-url:
|
||||
description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN'
|
||||
scope:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue