mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
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.
This commit is contained in:
@@ -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'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user