From 7232f52babca181eebcdee92b195c81417398ae8 Mon Sep 17 00:00:00 2001 From: Helyux Date: Fri, 9 Feb 2024 13:47:55 +0100 Subject: [PATCH] Bump min node version from 8 -> 14 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c68aad4..6cf2b0d 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ The first time you start the docker container, it'll copy the `config.js` file t ## Manual -Requires Node.js v8+! +Requires Node.js v14+! Clone the repo (or `npm install csgofloat`) and install the Node.js dependencies using `npm install` or `yarn install` in the root directory.