mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
Merge pull request #16 from JasonEtco/patch-1
Advise lowest required version of Node
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user