Skip to content
Snippets Groups Projects
Verified Commit 54561fed authored by Antoine Lambert's avatar Antoine Lambert
Browse files

developer-setup: Bump minimal required nodejs version to 20

nodejs 18 is close to EOL and some swh-web dependencies bump minimal
required nodejs version to 20 so time to upgrade.
parent 20f3ec40
No related branches found
Tags swh-alter-20250314.1
1 merge request!456developer-setup: Bump minimal required nodejs version to 20
Pipeline #12827 failed
......@@ -101,7 +101,7 @@ don't need them started globally (this will save you some RAM):
sudo systemctl disable --now cassandra postgresql
You must also have ``nodejs >= 18`` in your development environment.
You must also have ``nodejs >= 20`` in your development environment.
You can install node 18 using these commands:
.. tab-set::
......@@ -110,7 +110,7 @@ You can install node 18 using these commands:
.. code-block:: console
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo bash -
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt install -y nodejs
.. tab-item:: Fedora
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment