From 7841cadab18bedf8dbc07e49662846500f0a5803 Mon Sep 17 00:00:00 2001 From: Nick Fields <50085412+nick-invision@users.noreply.github.com> Date: Thu, 3 Sep 2020 10:05:41 -0400 Subject: [PATCH] Updated doc to reflect NodeJS requirement This was identified by issue #12 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8f05d9..e0225e2 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,7 @@ with: max_attempts: 3 command: npm install ``` + +## Requirements + +NodeJS is required for this action to run. This runs without issue on all GitHub hosted runners but if you are running into issues with this on self hosted runners ensure NodeJS is installed.