From 836078cd5bf23a869e0bb4661a29b0dc90629ad5 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Fri, 17 Oct 2025 02:15:28 -0400 Subject: [PATCH] Update Node.js version requirement to 20 or higher --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc67898ee..f20cb14bb4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Before submitting an issue or pull request, we recommend reviewing the sections To contribute to Sumo Docs, ensure you have the following tools installed: -- [Node.js](https://nodejs.org/en/download/) version 18 or higher +- [Node.js](https://nodejs.org/en/download/) version 20 or higher - [Yarn](https://yarnpkg.com/en/), installable via [Homebrew](https://brew.sh/) (`brew install yarn`) ## Installation