0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Revert "Updated server node version to 20.14.0 from 20.11.1"

This reverts commit f672ad27bfc1b001e94867fffe8ad5da2d051712.
This commit is contained in:
Dev 2024-06-03 17:34:22 +01:00
parent 269a068bff
commit 59fd030c98
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.14.0` in the VSC terminal.
4. Run `nvm use 20.11.1` 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.14.0"
"node": "20.11.1"
},
"scripts": {
"check:circular": "madge --circular --ts-config tsconfig.json --extensions ts ./src/",