From 0cac81f5aca0fb157c092d74d3fd8ba540d3778d Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Sun, 28 Jul 2024 20:23:52 +0200 Subject: [PATCH] Updat install-ubuntu-ec2.sh --- install-ubuntu-ec2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-ubuntu-ec2.sh b/install-ubuntu-ec2.sh index 6b5ac31..fe17f9b 100755 --- a/install-ubuntu-ec2.sh +++ b/install-ubuntu-ec2.sh @@ -19,7 +19,7 @@ sudo chown $(whoami) /etc/letsencrypt/archive/ -R echo "Installing node..." curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash . ~/.nvm/nvm.sh -nvm install 16 +nvm install 18 node -e "console.log('Running Node.js ' + process.version)" # allow non-root node to use ports 80 and 443