From 6b59690a2bc5b50058d4b737b0f01ae36d14bf2e Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Mon, 18 Nov 2024 12:09:02 -0500 Subject: [PATCH] updated server versions --- docs/Server-Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Server-Setup.md b/docs/Server-Setup.md index 25c14fb2d..e7d4e0ce1 100644 --- a/docs/Server-Setup.md +++ b/docs/Server-Setup.md @@ -8,10 +8,11 @@ Update and install packages Install NVM from https://github.com/nvm-sh/nvm + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash nvm ls-remote # install latest node from output of ls-remote above, e.g.: - nvm install 15.13.0 + nvm install 22.11.0 npm install -g pm2