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'])