From ced98ae3e57a209472b1306362f558edf85907d5 Mon Sep 17 00:00:00 2001 From: Christopher Green Date: Fri, 20 Sep 2024 15:46:58 -0500 Subject: [PATCH] Update Node recommendation to Node 20 The currently recommended Node 16 is out of support. Node 20 seems to work with our samples, and this version is planned to be maintained through mid-2026. --- JavaScript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaScript/README.md b/JavaScript/README.md index ceadd4a..45b6060 100644 --- a/JavaScript/README.md +++ b/JavaScript/README.md @@ -3,7 +3,7 @@ as more advanced workflows presented in Javascript #### How to run JavaScript samples -Using Node 16 or greater: +We recommend using Node.js >= 20 with our code samples. 1. `cd JavaScript/` 2. `npm install node-fetch`