diff --git a/bin/setup.sh b/bin/setup.sh index d77c8f3d1de..47d59ced84a 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -1,7 +1,7 @@ #!/bin/sh -curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - -sudo apt-get update -sudo apt-get install -y nodejs build-essential git +curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - +sudo apt update +sudo apt install -y nodejs build-essential git -npm install \ No newline at end of file +npm install