Update Node version to work with globalThis.process.getBuiltinModule (#3725)

This commit is contained in:
Brett Jephson
2025-10-14 11:13:26 +01:00
committed by GitHub
parent 511f1cfbe5
commit 75543b140f
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"gitbook": patch
---
Update minimum Node version in .npmrc
+1 -1
View File
@@ -54,7 +54,7 @@ After forking this repository, you'll want to [create a branch](https://docs.git
#### 3. Install dependencies and run the project locally
##### Prerequisites:
- Node.js (Version: >=20.6)
- Node.js (Version: >= 22.3)
- Use `nvm` for easy Node management
- [Bun](https://bun.sh/) (Version: >=1.2.15)
- We use a text-based lockfile which isn't supported below 1.2.15
+1 -1
View File
@@ -1 +1 @@
v20.6
v22.3
+1 -1
View File
@@ -35,7 +35,7 @@ To run a local version of this project, please follow these simple steps.
### Prerequisites
- Node.js (Version: >=20.6)
- Node.js (Version: >= 22.3)
- Use nvm for easy Node management
- [Bun](https://bun.sh/) (Version: >=1.2.15)
- We use a text-based lockfile which isn't supported below 1.2.15