From 4022dc3e7ca79c5a138ef9ae44a3199b8383e49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 22 May 2024 14:57:58 +0200 Subject: [PATCH] docs: update Node.js version on Debian Update the instructions to use Node.js 20.x (was 18.x). I did not test the new instructions on a Debian machine, but I did verify that the new URL exists and returns a script that looks legitimate. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 490821e5..a0b8132e 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ On a fresh [Ubuntu](https://ubuntu.com/) machine: ```bash # Install node.js -$ curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\ +$ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\ sudo apt-get install -y nodejs # Install core