From 2d3bbd0da782181bef575c5d34d558fc096856b1 Mon Sep 17 00:00:00 2001 From: Peter Vaiciulis Date: Wed, 21 Aug 2024 17:46:45 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20require=20node=20v?= =?UTF-8?q?18.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update CONTRIBUTING.md to specify Node version v18.x. Jest's use of structuredClone necessitates that the version be >=v17.x: https://github.com/nodejs/node/issues/40756 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa85f33513..f8c2035a01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ This section should get you running with **Amplify API Category** and get you fa > If you are using Yarn v2, run `yarn set version classic` to change to Yarn Classic. > - > Note: Ensure that the version of Node installed is < 17.0.0 and >= 14.17.0. During the installation process, some modules may not be compatible with other versions of Node. + > Note: Ensure that the version of Node installed is v18.x. During the installation process, some modules may not be compatible with other versions of Node. 1. Ensure you are using the npm registry, even with yarn by running `yarn config set registry https://registry.npmjs.org`