From f672ad27bfc1b001e94867fffe8ad5da2d051712 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 3 Jun 2024 15:50:27 +0100 Subject: [PATCH] Updated server node version to `20.14.0` from `20.11.1` --- README.md | 2 +- project/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25b1c3d1..7d4cedf9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To prepare the project for development you will need to: 1. Run `git clone https://dev.sp-tarkov.com/SPT/Server.git server` to clone the repository. 2. Run `git lfs pull` to download LFS files locally. 3. Open the `project/mod.code-workspace` file in Visual Studio Code (VSC). -4. Run `nvm use 20.11.1` in the VSC terminal. +4. Run `nvm use 20.14.0` in the VSC terminal. 5. Run `npm install` in the VSC terminal. ## Development diff --git a/project/package.json b/project/package.json index a55ae7b1..edaec506 100644 --- a/project/package.json +++ b/project/package.json @@ -8,7 +8,7 @@ "description": "The single-player modding framework for Escape From Tarkov.", "icon": "assets/images/icon.ico", "engines": { - "node": "20.11.1" + "node": "20.14.0" }, "scripts": { "check:circular": "madge --circular --ts-config tsconfig.json --extensions ts ./src/",