mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 02:31:38 +08:00
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user