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

fix: Make node version 22
This commit is contained in:
Brace Sproul
2025-03-06 17:06:32 -08:00
committed by GitHub

View File

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