From 738b375042089377e1f5550aee751e7e95fbbc14 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Wed, 8 Jul 2026 10:53:14 +0200 Subject: [PATCH] DevDocs: Bump nodejs to 24 --- doc/development/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index f9988d258..bb6124f10 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -53,7 +53,7 @@ Working with the code --------------------- If you do not have a recent installation of ``nodejs``, install it now:: - curl -sL https://deb.nodesource.com/setup_17.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_24.x | sudo -E bash - sudo apt install nodejs To make sure it is on your path variable, close and reopen your terminal. Now, install the Python-level dependencies of pretix::