From d92e96f90b03aed92e89435f756e5de9fd0883fb Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Wed, 24 Jul 2024 15:23:30 -0700 Subject: [PATCH] docs[patch]: Update root readme to include node v22 in supported versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e3f52205dd..bcf98e556a10 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can use npm, yarn, or pnpm to install LangChain.js LangChain is written in TypeScript and can be used in: -- Node.js (ESM and CommonJS) - 18.x, 19.x, 20.x +- Node.js (ESM and CommonJS) - 18.x, 19.x, 20.x, 22.x - Cloudflare Workers - Vercel / Next.js (Browser, Serverless and Edge functions) - Supabase Edge Functions