MCPcopy Create free account
hub / github.com/ekalinin/nodeenv / get_last_lts_node_version

Function get_last_lts_node_version

nodeenv.py:1072–1076  ·  view source on GitHub ↗

Return the last node.js version marked as LTS

()

Source from the content-addressed store, hash-verified

1070
1071
1072def get_last_lts_node_version():
1073 """
1074 Return the last node.js version marked as LTS
1075 """
1076 return _get_last_node_version(lts=True)
1077
1078
1079def get_env_dir(args):

Callers 1

mainFunction · 0.85

Calls 1

_get_last_node_versionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…