Skip to content

Commit e339418

Browse files
committed
Fix required Node.js version in doc/setup.rst
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent eaad8d8 commit e339418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In order to install from Git, you'll need a few supporting applications:
9090

9191
* `Git <https://git-scm.com/downloads>`_ to download the source, or you can download the most recent source directly from `Github <https://codeload.github.com/phpmyadmin/phpmyadmin/zip/QA_5_2>`_
9292
* `Composer <https://getcomposer.org/download/>`__
93-
* `Node.js <https://nodejs.org/en/download/>`_ (version 12 or higher)
93+
* `Node.js <https://nodejs.org/en/download/>`_ (version 14 or higher)
9494
* `Yarn <https://classic.yarnpkg.com/en/docs/install>`_
9595

9696
You can clone current phpMyAdmin source from

0 commit comments

Comments
 (0)