From a3bc271f4e80c1616b32ef35810a1c2219f425f3 Mon Sep 17 00:00:00 2001 From: "C. T. Lin" Date: Mon, 29 Nov 2021 21:22:07 +0800 Subject: [PATCH] chore(CONTRIBUTING.md): recommend using node v16 (#12012) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08bae3d7ba7c..a276b16e449f 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 April 14th 2021, `v14.x` is recommended). +1. Make sure you have a compatible version of `node` installed (As of October 29th 2021, `v16.x` is recommended). ```sh node -v