Skip to content

Commit cb2c2d6

Browse files
chore: update minimum Node.js version to v20 (#18)
* Update minimum Node.js version to v20 Node.js 18 reached end-of-life in September 2025. * chore: Don't pin to an actual node version in docs --------- Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
1 parent cd1e218 commit cb2c2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/authenticating_with_a_script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The approach works with any Solid server that supports the Client Credentials gr
66

77
## Prerequisites
88

9-
- [Node.js](https://nodejs.org/) v18 or later (for built-in `fetch`)
9+
- An [LTS or current version](https://nodejs.org/en/about/previous-releases) of [Node.js](https://nodejs.org/)
1010
- A Solid account with a Pod on a server that supports Client Credentials
1111
- Basic familiarity with JavaScript
1212

0 commit comments

Comments
 (0)