[ARVADOS] updated: 2.2.1-37-g572f3d0c7
Git user
git at public.arvados.org
Thu Aug 26 18:40:47 UTC 2021
Summary of changes:
lib/install/deps.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 572f3d0c7a8686b201208d5a923d286106d1360b (commit)
from 5a9889bad0e0b5d98ea28abd2b96667cbaafc8e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 572f3d0c7a8686b201208d5a923d286106d1360b
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Wed Jul 7 15:50:38 2021 -0300
17782: Updates nodejs to v12, as required by workbench2.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index 8277fd2f2..20c300623 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -284,7 +284,7 @@ ln -sf /var/lib/arvados/bin/geckodriver /usr/local/bin/
}
}
- nodejsversion := "v10.23.1"
+ nodejsversion := "v12.22.2"
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