MCPcopy Index your code
hub / github.com/microsoft/playwright-python / main

Function main

scripts/update_node_version.py:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def main() -> None:
47 version = latest_lts_version()
48 (REPO_ROOT / "NODE_VERSION").write_text(version + "\n")
49 print(f"NODE_VERSION set to {version}")
50
51
52if __name__ == "__main__":

Callers 1

Calls 1

latest_lts_versionFunction · 0.85

Tested by

no test coverage detected