Advise lowest required version of Node

List 7.6 as the minimum required version of Node.js (to support `async/await`). This might be a little more verbose than necessary, feel free to let me know 👍
This commit is contained in:
Jason Etcovitch
2017-08-07 13:18:32 -07:00
committed by GitHub
parent 219848acb8
commit f5b095270b

View File

@@ -4,7 +4,7 @@ next: docs/webhooks.md
# Developing a Plugin
To develop a Probot plugin, you will first need a recent version of [Node.js](https://nodejs.org/) installed.
To develop a Probot plugin, you will first need a recent version of [Node.js](https://nodejs.org/) installed. Probot uses the `async/await` keywords, so Node.js 7.6 is the minimum required version.
## Generating a new plugin