Merge pull request #28 from langchain-ai/brace/add-node-v

fix: Add node version to langgraph config
This commit is contained in:
Brace Sproul
2025-03-06 16:44:50 -08:00
committed by GitHub

View File

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