From 4c665b7b07e0271427c9a21ddce129e3cdb4bc7d Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Sat, 21 Mar 2026 07:49:08 +0100 Subject: [PATCH 1/2] Update minimum Node.js version to v20 Node.js 18 reached end-of-life in September 2025. --- docs/guides/authenticating_with_a_script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/authenticating_with_a_script.md b/docs/guides/authenticating_with_a_script.md index d8c0017..3ca0d1d 100644 --- a/docs/guides/authenticating_with_a_script.md +++ b/docs/guides/authenticating_with_a_script.md @@ -6,7 +6,7 @@ The approach works with any Solid server that supports the Client Credentials gr ## Prerequisites -- [Node.js](https://nodejs.org/) v18 or later (for built-in `fetch`) +- [Node.js](https://nodejs.org/) v20 or later (for built-in `fetch`) - A Solid account with a Pod on a server that supports Client Credentials - Basic familiarity with JavaScript From ed0159f8740b5f1e71960c8d4e0c5603c2740a14 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Sat, 21 Mar 2026 12:05:33 +0000 Subject: [PATCH 2/2] chore: Don't pin to an actual node version in docs --- docs/guides/authenticating_with_a_script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/authenticating_with_a_script.md b/docs/guides/authenticating_with_a_script.md index 3ca0d1d..80b48bf 100644 --- a/docs/guides/authenticating_with_a_script.md +++ b/docs/guides/authenticating_with_a_script.md @@ -6,7 +6,7 @@ The approach works with any Solid server that supports the Client Credentials gr ## Prerequisites -- [Node.js](https://nodejs.org/) v20 or later (for built-in `fetch`) +- An [LTS or current version](https://nodejs.org/en/about/previous-releases) of [Node.js](https://nodejs.org/) - A Solid account with a Pod on a server that supports Client Credentials - Basic familiarity with JavaScript