From 138fbc71407401fe37b34abcf0ea59b54cad1515 Mon Sep 17 00:00:00 2001 From: Kevin Pagtakhan Date: Thu, 14 Feb 2019 02:37:41 -0800 Subject: [PATCH] docs: Update Node version in the documentation (#579) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dda2030e..a1a03fe9e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Run linters against staged git files and don't let :poop: slip into your code base! -The latest versions of `lint-staged` require Node.js v6 or newer. (Versions of `lint-staged` prior to v7 still work with Node.js v4.) +The latest versions of `lint-staged` require Node.js v8.6 or newer. (Versions of `lint-staged` prior to v7 still work with Node.js v4.) ## Why