From 572ad5312853f055d986a7b8257caef565ff598e Mon Sep 17 00:00:00 2001 From: Arup Ghosh Date: Wed, 2 Nov 2022 15:43:37 +0530 Subject: [PATCH] Nodejs LTS repo update Updated the repo setup URL to get the latest version (v18 LTS). --- site/content/en/docs/Getting started/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Getting started/prerequisites.md b/site/content/en/docs/Getting started/prerequisites.md index fc1bce63..72fea057 100644 --- a/site/content/en/docs/Getting started/prerequisites.md +++ b/site/content/en/docs/Getting started/prerequisites.md @@ -25,7 +25,7 @@ Running Amazon Genomics CLI on Windows has not been tested, but it should run in * Install node.js ``` -curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs ```