Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
46
def
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
52
if
__name__ ==
"__main__"
:
Callers
1
update_node_version.py
File · 0.70
Calls
1
latest_lts_version
Function · 0.85
Tested by
no test coverage detected