From 7d7f93744b1f89baffeef893ad4b3dafe1a22cad Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Wed, 14 Apr 2021 14:13:12 -0400 Subject: [PATCH] docs: bump recommended node version to LTS (#11297) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3810117d329f..ec955bce27a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ _Before_ submitting a pull request, please make sure the following is doneā€¦ python --version ``` -1. Make sure you have a compatible version of `node` installed (As of October 25th 2019, `v12.x` is recommended). +1. Make sure you have a compatible version of `node` installed (As of April 14th 2021, `v14.x` is recommended). ```sh node -v