[CLI] Validate node version (#2489)

This commit is contained in:
William FH
2024-11-20 17:24:34 -08:00
committed by GitHub
parent 588373c2d5
commit a933776436
5 changed files with 153 additions and 29 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ def test(
# check docker available
capabilities = langgraph_cli.docker.check_capabilities(runner)
# open config
with open(config) as f:
config_json = langgraph_cli.config.validate_config(json.load(f))
config_json = langgraph_cli.config.validate_config_file(config)
set("Running...")
args = [