Upgrade node version
This commit is contained in:
parent
d856782d66
commit
e58a7361f1
|
@ -44,7 +44,7 @@ if $NVIM; then
|
||||||
$SUDO apt update
|
$SUDO apt update
|
||||||
$SUDO apt install -y software-properties-common
|
$SUDO apt install -y software-properties-common
|
||||||
$SUDO add-apt-repository ppa:neovim-ppa/unstable -y
|
$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 update
|
||||||
$SUDO apt install -y $dependencies python3-venv nodejs
|
$SUDO apt install -y $dependencies python3-venv nodejs
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue