From f6ddc51745fa03f7c61fdd87bb4b5b85f5ab63b0 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 29 Sep 2019 04:05:06 +0100 Subject: [PATCH] Match Node version required by VuePress --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index cb71aea..fc5b8af 100644 --- a/docs/development.md +++ b/docs/development.md @@ -17,7 +17,7 @@ You are welcome to contribute code using [GitHub pull requests](https://github.c > Before submitting a pull request, please make sure you've checked out the [Contribution Guidelines](https://github.com/pegjs/pegjs/blob/master/.github/CONTRIBUTING.md). -_Ensure you have Node.js v6+ and Yarn installed._ +_Ensure you have Node.js 8.6+ and Yarn installed._ 1. Create a fork of [https://github.com/pegjs/pegjs](https://github.com/pegjs/pegjs) 2. Clone your fork, and optionally create a new branch