From 034ca64d6b43ee08d627fdbc824075d1811083fa Mon Sep 17 00:00:00 2001 From: Steve Pieper Date: Sat, 28 Sep 2019 19:10:20 -0400 Subject: [PATCH] docs: Update node version in readme (#971) Fixes #970 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bbfbf3fca..99c96dd958c 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ deployment recipe. ### Requirements - [Yarn 1.17.3+](https://yarnpkg.com/en/docs/install) -- [Node 8+](https://nodejs.org/en/) +- [Node 10+](https://nodejs.org/en/) - Yarn Workspaces should be enabled on your machine: - `yarn config set workspaces-experimental true`