From 0ff61e11d576074fcac66db476d43f3c30999c4f Mon Sep 17 00:00:00 2001 From: Anton Melser Date: Wed, 10 Dec 2025 15:14:00 +0800 Subject: [PATCH] docs: Generify currently supported node version --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8d349b2..f141417 100644 --- a/README.rst +++ b/README.rst @@ -60,9 +60,9 @@ First, clone the repo, install code prerequisites, and start the app. ``git clone git@github.com:openedx/frontend-app-ora-grading.git`` - 2. Use node v18.x. + 2. Use the version of Node specified in the ``.nvmrc`` file. - The current version of the micro-frontend build scripts support node 18. + The current version of the micro-frontend build scripts supports the version of Node found in ``.nvmrc``. Using other major versions of node *may* work, but this is unsupported. For convenience, this repository includes an .nvmrc file to help in setting the correct node version via `nvm `_.