Update action.yml
parent
9a99bb3e35
commit
f1f26bf735
|
|
@ -19,3 +19,5 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/setup-node.js'
|
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