mirror of
https://github.com/actions/setup-node.git
synced 2025-07-24 23:48:24 +02:00
feat: add node-lts-codename output
This commit is contained in:
parent
16352bb09b
commit
c81dbb113a
3 changed files with 51 additions and 0 deletions
|
@ -32,6 +32,8 @@ outputs:
|
|||
description: 'A boolean value to indicate if a cache was hit.'
|
||||
node-version:
|
||||
description: 'The installed node version.'
|
||||
node-lts-codename:
|
||||
description: "The installed node version's LTS Codename. Empty if the installed node release is not an LTS release."
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/setup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue