From 37e5acb1ffd3a1a997668f802604508d039ddf4d Mon Sep 17 00:00:00 2001 From: ryanlovett Date: Mon, 18 Sep 2023 13:58:11 -0700 Subject: [PATCH] Bump nodejs to 16. This is needed for mystjs. Other hubs like stat159, dev-r, and a11y are newer, and stat159 is at 16 to retain support for vscode. --- deployments/datahub/images/default/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/datahub/images/default/environment.yml b/deployments/datahub/images/default/environment.yml index f17ff35a4..50d3ea846 100644 --- a/deployments/datahub/images/default/environment.yml +++ b/deployments/datahub/images/default/environment.yml @@ -3,7 +3,7 @@ # pip uses https://peps.python.org/pep-0440/ which does not have =. dependencies: -- nodejs=15.* +- nodejs=16.* - pip=22.2.* - python=3.9.*