From 97c9e5ef5c853857c3a80bf40784f17435083b36 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Wed, 24 Jul 2024 15:54:05 -0700 Subject: [PATCH] docs[patch]: Update root readme to include node v22 in supported versions (#6200) --- 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