Skip to content

Commit b08770f

Browse files
committed
chore: bump node version to 20.9.0
1 parent 9b73d69 commit b08770f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.9.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ There are currently ~60 framework entries in this repository. Installing (and ma
6060

6161
## 1.1 Prerequisites
6262

63-
Have _node.js (>=v20.8.0)_ installed. If you want to do yourself a favour use nvm for that. The benchmark has been tested with node v20.8.0.
63+
Have _node.js (>=v20.9.0)_ installed. If you want to do yourself a favour use nvm for that. The benchmark has been tested with node v20.9.0.
6464
Please make sure that the following command work before trying to build:
6565

6666
```
6767
> npm
6868
npm -version
6969
10.1.0
7070
> node --version
71-
v20.8.0
71+
v20.9.0
7272
```
7373

7474
## 1.2 Downloading the pre-built binaries and starting the server

0 commit comments

Comments
 (0)