From e58a7361f16f3497126f36d0acc87b1dd5955d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 3 Sep 2023 14:55:27 +0200 Subject: [PATCH] Upgrade node version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a16d70c..0bf8eb0 100755 --- a/install.sh +++ b/install.sh @@ -44,7 +44,7 @@ if $NVIM; then $SUDO apt update $SUDO apt install -y software-properties-common $SUDO add-apt-repository ppa:neovim-ppa/unstable -y - $SUDO curl -sL https://deb.nodesource.com/setup_14.x | $SUDO bash - + $SUDO curl -sL https://deb.nodesource.com/setup_20.x | $SUDO bash - $SUDO apt update $SUDO apt install -y $dependencies python3-venv nodejs fi