From 2a0cf59f1065005c13ef6db30a5859f6fc6c02bc Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 25 Feb 2026 11:23:19 -0500 Subject: [PATCH 1/2] chore: Deprecate Node.js 18 support --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ebe57eab4..d1e90b074d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ requests, code review feedback, and also pull requests. ## Supported Environments -We support Node.js 18 and higher. +We support Node.js 18 and higher. However, Node.js 18 support is deprecated. We strongly encourage +you to use Node.js 20 or higher as we will drop support for Node.js 18 in the next major version. Please also note that the Admin SDK should only be used in server-side/back-end environments controlled by the app developer. From 893e8625f5feaaea3f80fe51075aaa65bbbe231a Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 25 Feb 2026 11:32:35 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1e90b074d..8c695d8c89 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ requests, code review feedback, and also pull requests. ## Supported Environments -We support Node.js 18 and higher. However, Node.js 18 support is deprecated. We strongly encourage +We currently support Node.js 18 and higher, but its support is deprecated. We strongly encourage you to use Node.js 20 or higher as we will drop support for Node.js 18 in the next major version. Please also note that the Admin SDK should only