Skip to content

Commit

Permalink
Merge pull request #240 from kerny3d/8.1
Browse files Browse the repository at this point in the history
Update Node version in requirements
  • Loading branch information
kerny3d committed May 26, 2023
2 parents c92f7bb + 4ca4bd7 commit 638a2e5
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 638a2e5

Please sign in to comment.