mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-11 07:35:26 +00:00
Updated doc to reflect NodeJS requirement
This was identified by issue #12
This commit is contained in:
@@ -33,3 +33,7 @@ with:
|
|||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: npm install
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user