Skip to content

Commit 75543b1

Browse files
authored
Update Node version to work with globalThis.process.getBuiltinModule (#3725)
1 parent 511f1cf commit 75543b1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.changeset/rare-crabs-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Update minimum Node version in .npmrc

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ After forking this repository, you'll want to [create a branch](https://docs.git
5454
#### 3. Install dependencies and run the project locally
5555

5656
##### Prerequisites:
57-
- Node.js (Version: >=20.6)
57+
- Node.js (Version: >= 22.3)
5858
- Use `nvm` for easy Node management
5959
- [Bun](https://bun.sh/) (Version: >=1.2.15)
6060
- We use a text-based lockfile which isn't supported below 1.2.15

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.6
1+
v22.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To run a local version of this project, please follow these simple steps.
3535

3636
### Prerequisites
3737

38-
- Node.js (Version: >=20.6)
38+
- Node.js (Version: >= 22.3)
3939
- Use nvm for easy Node management
4040
- [Bun](https://bun.sh/) (Version: >=1.2.15)
4141
- We use a text-based lockfile which isn't supported below 1.2.15

0 commit comments

Comments
 (0)