diff --git a/.changeset/rare-crabs-bake.md b/.changeset/rare-crabs-bake.md new file mode 100644 index 0000000000..b3475990d4 --- /dev/null +++ b/.changeset/rare-crabs-bake.md @@ -0,0 +1,5 @@ +--- +"gitbook": patch +--- + +Update minimum Node version in .npmrc diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6fe349387f..f5a5d0c975 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 diff --git a/.nvmrc b/.nvmrc index 74d9acee82..e9c9b2aa66 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.6 +v22.3 diff --git a/README.md b/README.md index 6772abe21a..3f8ca2a38a 100644 --- a/README.md +++ b/README.md @@ -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