Skip to content

Commit

Permalink
Update Node version in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d committed May 26, 2023
1 parent 779ece3 commit dd99c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter_5/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Next you can install the official repository of NodeJS:
.. code-block:: sh
:caption: Installation of the repository of NodeJS
curl -sL https://rpm.nodesource.com/setup_12.x | bash -
curl -sL https://rpm.nodesource.com/setup_14.x | bash -
.. important::
If you are behind a corporate proxy, you would need to set ``http_proxy`` and/or ``https_proxy``.
Expand Down Expand Up @@ -220,7 +220,7 @@ Next you can install the official repository of NodeJS:
.. code-block:: sh
:caption: Installation of the repository of NodeJS
curl -sL https://deb.nodesource.com/setup_12.x | bash -
curl -sL https://deb.nodesource.com/setup_14.x | bash -
.. important::
If you are behind a corporate proxy, you would need to set ``http_proxy`` and/or ``https_proxy``.
Expand Down

0 comments on commit dd99c5b

Please sign in to comment.