Update action.yml

This commit is contained in:
Kiriii 2019-12-01 07:41:59 +01:00 committed by GitHub
parent 9a99bb3e35
commit f1f26bf735
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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