Skip to content

Commit

Permalink
Update nodejs to 10.x LTS
Browse files Browse the repository at this point in the history
Reverts jupyterhub#138 and
fixes jupyterhub#236.
  • Loading branch information
yuvipanda committed Nov 23, 2018
1 parent 5f440ae commit 2a30063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def ensure_node():
-----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'])


Expand Down

0 comments on commit 2a30063

Please sign in to comment.