From 3c9f33fd8440aab061cbb0484712ed77c54df03a Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 1 Mar 2020 22:56:18 +1300 Subject: [PATCH] Say we support LTS, so do not need to update when node changes (#1204) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 33a12a2d7..efb96d3c4 100644 --- a/Readme.md +++ b/Readme.md @@ -711,7 +711,7 @@ More Demos can be found in the [examples](https://github.com/tj/commander.js/tre ## Support -Commander 4.x is supported on Node 8 and above, and is likely to work with Node 6 but not tested. +Commander 5.x is fully supported on Long Term Support versions of Node, and is likely to work with Node 6 but not tested. (For versions of Node below Node 6, use Commander 3.x or 2.x.) The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub.