From 52165d56913dffe837e59769a72d13a39a6f7cbe Mon Sep 17 00:00:00 2001
From: "Hubert S. Hubs" <51133323+hubsen1980@users.noreply.github.com>
Date: Fri, 15 Jan 2021 22:44:44 +0100
Subject: [PATCH] Update action.yml

---
 action.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 4b524c45..b2a300e7 100644
--- a/action.yml
+++ b/action.yml
@@ -1,4 +1,5 @@
-name: 'Setup Node.js environment'
+- name: Setup Node.js environment
+  uses: actions/setup-node@v2.1.4
 description: 'Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH'
 author: 'GitHub'
 inputs: