mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 01:11:00 +00:00
Update action.yml
This commit is contained in:
parent
74bc508b74
commit
b4ae196409
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ inputs:
|
|||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
default: '10.x'
|
||||
runs:
|
||||
using: 'node'
|
||||
main: 'lib/setup-node.js'
|
||||
using: 'node12'
|
||||
main: 'lib/setup-node.js'
|
||||
|
|
Loading…
Add table
Reference in a new issue