From a3770eb721d3c2d0b732f6c1d810ab40b81c1490 Mon Sep 17 00:00:00 2001 From: Dan Pollak Date: Mon, 3 Jun 2024 17:45:34 -0500 Subject: [PATCH] Node 18 is no longer a requirement Signed-off-by: Dan Pollak --- xo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index 188e18f..7f026be 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -37,7 +37,7 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list /bin/chmod +x $n_location # Install node via n -n 18 +n lts # Symlink node directories ln -s /usr/bin/node /usr/local/bin/node