feat: add node-lts-codename output

This commit is contained in:
Filip Skokan 2022-10-26 11:06:01 +02:00
parent 16352bb09b
commit c81dbb113a
3 changed files with 51 additions and 0 deletions

View file

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