We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b73d69 commit b08770fCopy full SHA for b08770f
.nvmrc
@@ -0,0 +1 @@
1
+20.9.0
README.md
@@ -60,15 +60,15 @@ There are currently ~60 framework entries in this repository. Installing (and ma
60
61
## 1.1 Prerequisites
62
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.
+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.
64
Please make sure that the following command work before trying to build:
65
66
```
67
> npm
68
npm -version
69
10.1.0
70
> node --version
71
-v20.8.0
+v20.9.0
72
73
74
## 1.2 Downloading the pre-built binaries and starting the server
0 commit comments