mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 04:44:46 +00:00
This PR adds node-version
to the action output.
This is present in e.g. setup-python https://github.com/actions/setup-python/blob/main/action.yml closes #150
This commit is contained in:
parent
7d610f0c26
commit
3ac35dad40
2 changed files with 14 additions and 0 deletions
|
@ -30,6 +30,8 @@ inputs:
|
|||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit.'
|
||||
node-version:
|
||||
description: 'The installed node version.'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/setup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue