Upgrade node

This commit is contained in:
Thomas Avé 2023-10-19 14:32:17 +02:00
parent f3e1bafe89
commit 05dbf3cb88
1 changed files with 1 additions and 1 deletions

View File

@ -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_20.x | $SUDO bash -
$SUDO curl -sL https://deb.nodesource.com/setup_21.x | $SUDO bash -
$SUDO apt update
$SUDO apt install -y $dependencies python3-venv nodejs golang
fi