Updated server node version to 20.14.0 from 20.11.1

This commit is contained in:
Dev 2024-06-03 15:50:27 +01:00
parent dcf816702e
commit f672ad27bf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/",