File size: 193 Bytes
63e0ab2
 
b8e7647
1149466
63e0ab2
1
2
3
4
5
6
import subprocess

subprocess.run("curl -fsSL https://deb.nodesource.com/setup_18.x", shell=True)
subprocess.run("cat /etc/os-release", shell=True)
subprocess.run("node --version", shell=True)