This commit is contained in:
youben11
2024-06-06 11:43:40 +01:00
parent 3b03ba90df
commit ee53aae76c

View File

@@ -57,10 +57,10 @@ jobs:
sudo apt-get remove -y nodejs
sudo apt-get remove -y npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
chmod +x ~/.nvm/nvm.sh
export NVM_DIR="~/.nvm"
ls -R $NVM_DIR/
chmod +x $NVM_DIR/nvm.sh
source $NVM_DIR/nvm.sh
source ~/.bashrc
nvm install 16
node -v