11
0
Fork 0
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:
Kranthi Poturaju 2026-05-06 18:35:41 +05:30
parent 670825a89d
commit 6fccba61b2
2 changed files with 12 additions and 4 deletions

View file

@ -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: ''