Skip to content

Commit

Permalink
Merge pull request #138 from yuvipanda/node-8
Browse files Browse the repository at this point in the history
Use node 8, not 10
  • Loading branch information
yuvipanda committed Aug 13, 2018
2 parents 3970624 + 7539c5d commit 4167526
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 @@ -92,7 +92,7 @@ def ensure_node():
-----END PGP PUBLIC KEY BLOCK-----
""".strip()
apt.trust_gpg_key(key)
apt.add_source('nodesource', f'https://deb.nodesource.com/node_10.x', 'main')
apt.add_source('nodesource', f'https://deb.nodesource.com/node_8.x', 'main')
apt.install_packages(['nodejs'])


Expand Down

0 comments on commit 4167526

Please sign in to comment.