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.