Updated server node version to 20.14.0
from 20.11.1
This commit is contained in:
parent
dcf816702e
commit
f672ad27bf
@ -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.
|
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.
|
2. Run `git lfs pull` to download LFS files locally.
|
||||||
3. Open the `project/mod.code-workspace` file in Visual Studio Code (VSC).
|
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.
|
5. Run `npm install` in the VSC terminal.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"description": "The single-player modding framework for Escape From Tarkov.",
|
"description": "The single-player modding framework for Escape From Tarkov.",
|
||||||
"icon": "assets/images/icon.ico",
|
"icon": "assets/images/icon.ico",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20.11.1"
|
"node": "20.14.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check:circular": "madge --circular --ts-config tsconfig.json --extensions ts ./src/",
|
"check:circular": "madge --circular --ts-config tsconfig.json --extensions ts ./src/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user