mirror of
https://github.com/actions/setup-node.git
synced 2025-07-24 23:48:24 +02:00
rework approach
This commit is contained in:
parent
0e2f9cde8b
commit
1364035bf3
8 changed files with 328 additions and 55 deletions
|
@ -7,6 +7,9 @@ inputs:
|
|||
default: 'false'
|
||||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0'
|
||||
check-latest:
|
||||
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
|
||||
default: false
|
||||
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