mirror of
https://github.com/actions/setup-node.git
synced 2026-05-24 05:11:53 +00:00
docs(action): document stable input and fix output/cache descriptions
This commit is contained in:
parent
670825a89d
commit
6fccba61b2
2 changed files with 12 additions and 4 deletions
|
|
@ -51,6 +51,11 @@ See [action.yml](action.yml)
|
|||
# Default: false
|
||||
check-latest: false
|
||||
|
||||
# When true, only stable releases are matched when resolving LTS aliases and version
|
||||
# manifest lookups. Set to false to allow pre-release builds.
|
||||
# Default: true
|
||||
stable: true
|
||||
|
||||
# Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.
|
||||
# Default: ''. The action use system architecture by default
|
||||
architecture: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue