fix: Add node version to langgraph config

This commit is contained in:
bracesproul
2025-03-06 16:44:35 -08:00
parent d50eb96ca2
commit 47e8b0e70f

View File

@@ -1,4 +1,5 @@
{ {
"node_version": "20",
"graphs": { "graphs": {
"agent": "./agent/agent.tsx:graph" "agent": "./agent/agent.tsx:graph"
}, },