Update action.yml

This commit is contained in:
Kiriii 2019-12-01 07:41:59 +01:00 committed by GitHub
parent 9a99bb3e35
commit f1f26bf735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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