[ARVADOS] created: 2.1.0-278-g41dec55a4

Git user git at public.arvados.org
Thu Jan 21 20:40:33 UTC 2021


        at  41dec55a4b007a79c58f77d36ad0940b5354b453 (commit)


commit 41dec55a4b007a79c58f77d36ad0940b5354b453
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Jan 21 17:39:31 2021 -0300

    17256: Makes arvados-server install to ask for node v10.x
    
    This is to be able to run wb2 integration tests with Cypress v6.x
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index 342ef03a7..690268825 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -238,7 +238,7 @@ ln -sf /var/lib/arvados/bin/geckodriver /usr/local/bin/
 			}
 		}
 
-		nodejsversion := "v8.15.1"
+		nodejsversion := "v10.23.1"
 		if havenodejsversion, err := exec.Command("/usr/local/bin/node", "--version").CombinedOutput(); err == nil && string(havenodejsversion) == nodejsversion+"\n" {
 			logger.Print("nodejs " + nodejsversion + " already installed")
 		} else {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list