mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 23:18:25 +02:00
parent
1ae8f4b1fd
commit
439cc13699
3 changed files with 26 additions and 0 deletions
|
@ -23,6 +23,9 @@ inputs:
|
|||
version:
|
||||
description: 'Deprecated. Use node-version instead. Will not be supported after October 1, 2019'
|
||||
deprecationMessage: 'The version property will not be supported after October 1, 2019. Use node-version instead'
|
||||
outputs:
|
||||
node-version:
|
||||
description: "The installed node version."
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue