From 2a30063736f7a147ffdd4da4f5b083485f94c300 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 23 Nov 2018 11:57:44 -0800 Subject: [PATCH] Update nodejs to 10.x LTS Reverts https://github.com/jupyterhub/the-littlest-jupyterhub/pull/138 and fixes https://github.com/jupyterhub/the-littlest-jupyterhub/issues/236. --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index f0b7558..bed0c3d 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -96,7 +96,7 @@ sckuXINIU3DFWzZGr0QrqkuE/jyr7FXeUJj9B7cLo+s/TXo+RaVfi3kOc9BoxIvy -----END PGP PUBLIC KEY BLOCK----- """.strip() apt.trust_gpg_key(key) - apt.add_source('nodesource', 'https://deb.nodesource.com/node_8.x', 'main') + apt.add_source('nodesource', 'https://deb.nodesource.com/node_10.x', 'main') apt.install_packages(['nodejs'])