Skip to content

Commit 663c56f

Browse files
docs: Generify currently supported node version
1 parent 88347a1 commit 663c56f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ created when copying this template above.
4848

4949
``git clone https://github.com/openedx/frontend-app-[PLACEHOLDER].git``
5050

51-
2. Use node v18.x.
51+
2. Use the version of Node specified in the ``.nvmrc`` file.
5252

53-
The current version of the micro-frontend build scripts support node 18.
54-
Using other major versions of node *may* work, but this is unsupported. For
55-
convenience, this repository includes an .nvmrc file to help in setting the
56-
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
53+
The current version of the micro-frontend build scripts support the version of node found in ``.nvmrc``.
54+
Using other major versions of node *may* work, but this is unsupported. For
55+
convenience, this repository includes an .nvmrc file to help in setting the
56+
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
5757

5858
3. Install npm dependencies:
5959

0 commit comments

Comments
 (0)