Skip to content

Commit 3573b59

Browse files
committed
use v22 instead
1 parent ac48905 commit 3573b59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.16)
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.16
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.16)
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)