From 5cedaacc3ee6e75ab883e1ed8d63e484fce357a5 Mon Sep 17 00:00:00 2001 From: sarina Date: Mon, 24 Mar 2025 15:05:57 -0400 Subject: [PATCH] docs: Add note to use .nvmrc node version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0ce1b7808..4c808c23a 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Cloning and Setup git clone https://github.com/openedx/frontend-app-authoring.git -2. Use node v20.x. +2. Use the version of Node specified in the ``.nvmrc`` file. The current version of the micro-frontend build scripts supports node 20. Using other major versions of node *may* work, but this is unsupported. For