From 5af1d3d1138f74d25db0696332dd68176ba0bf6f Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Mon, 5 Jan 2026 12:31:54 -0600 Subject: [PATCH] Updated Prerequisites Node version Signed-off-by: Andre Wanlin --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 9075afb82c..c7aabb7bd5 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -81,7 +81,7 @@ This guide also assumes a basic understanding of working on a Linux based operat - Using `nvm` (recommended) - [Installing nvm](https://github.com/nvm-sh/nvm#install--update-script) - [Install and change Node version with nvm](https://nodejs.org/en/download/package-manager/#nvm) - - Node 20 is a good starting point, this can be installed using `nvm install lts/iron` + - Node 24 is a good starting point, this can be installed using `nvm install lts/krypton` - [Binary Download](https://nodejs.org/en/download/) - [Package manager](https://nodejs.org/en/download/package-manager/) - [Using NodeSource packages](https://github.com/nodesource/distributions/blob/master/README.md)