mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 01:01:38 +08:00
Document lts option
This commit is contained in:
@@ -3,7 +3,7 @@ description: 'Setup a Node.js environment and add it to the PATH, additionally p
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0, lts'
|
||||
default: '10.x'
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
||||
Reference in New Issue
Block a user