MCPcopy Index your code
hub / github.com/ekalinin/nodeenv / get_last_stable_node_version

Function get_last_stable_node_version

nodeenv.py:1065–1069  ·  view source on GitHub ↗

Return last stable node.js version

()

Source from the content-addressed store, hash-verified

1063
1064
1065def get_last_stable_node_version():
1066 """
1067 Return last stable node.js version
1068 """
1069 return _get_last_node_version()
1070
1071
1072def get_last_lts_node_version():

Callers 1

mainFunction · 0.85

Calls 1

_get_last_node_versionFunction · 0.85

Tested by

no test coverage detected