From 5738d4161cdfa622f4ea75d0d2e1008d7dbe2135 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 29 Jul 2022 11:43:05 -0700 Subject: [PATCH] Bump version of nodejs 16 is also an LTS, and is the current active LTS. Triggered by code-server package needing a newer version of nodejs! --- repo2docker/buildpacks/conda/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo2docker/buildpacks/conda/environment.yml b/repo2docker/buildpacks/conda/environment.yml index c7c6ff5e..48084a94 100644 --- a/repo2docker/buildpacks/conda/environment.yml +++ b/repo2docker/buildpacks/conda/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - python=3.7 - - nodejs=14 + - nodejs=16 - pip - ipywidgets==7.7.0 - jupyter-offlinenotebook==0.2.2