Updated doc to reflect NodeJS requirement

This was identified by issue #12
This commit is contained in:
Nick Fields
2020-09-03 10:05:41 -04:00
committed by GitHub
parent 87ec0a8a32
commit 7841cadab1

View File

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