From 7bb37d8e5c8f4dadd2e51abd81d7593aaf28a158 Mon Sep 17 00:00:00 2001 From: "C. T. Lin" Date: Fri, 29 Oct 2021 13:23:13 +0800 Subject: [PATCH] chore(CONTRIBUTING.md): recommend using node v16 --- 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