Skip to content

Commit 1ca2973

Browse files
docs: Generify currently supported node version
1 parent aaf9697 commit 1ca2973

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
@@ -54,12 +54,12 @@ created when copying this template above.
5454

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

57-
2. Use node v18.x.
57+
2. Use the version of node in the `.nvmrc` file.
5858

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

6464
3. Install npm dependencies:
6565

0 commit comments

Comments
 (0)