You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ List the Node.js versions supported by the package/repository
4
4
5
5
This repository is managed by the [Package Maintenance Working Group](https://github.com/nodejs/package-maintenance), see [Governance](https://github.com/nodejs/package-maintenance/blob/master/Governance.md).
6
6
7
+
## Setup
8
+
9
+
No setup is required, however if you do not have a `GH_TOKEN` environment limit, you will likely hit a request rate limit on Github API, which may result in very long wait times for retries.
Logger.warn(['loader'],'Request quota exceeded for request %s %s. Will retry in %d seconds. Have you set a GH_TOKEN in env?',options.method,options.url,retryAfter);
0 commit comments