mirror of https://github.com/actions/setup-node
Update action.yml
This commit is contained in:
parent
9a99bb3e35
commit
f1f26bf735
|
@ -19,3 +19,5 @@ inputs:
|
|||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/setup-node.js'
|
||||
- name: Setup Node.js for use with actions
|
||||
uses: actions/setup-node@v1.1.0
|
||||
|
|
Loading…
Reference in New Issue