From f1f26bf735fe2a2998f6ed6c60d8b4e6cee5f042 Mon Sep 17 00:00:00 2001 From: Kiriii Date: Sun, 1 Dec 2019 07:41:59 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 77b6ca0b..94b2e1ac 100644 --- a/action.yml +++ b/action.yml @@ -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