Use Mise instead of Volta (Volta is no longer maintained)

This commit is contained in:
Zagrios
2026-02-12 16:06:16 +01:00
parent 2427865cf0
commit a68458c762
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -29,7 +29,10 @@ Hello! Were delighted that youre interested in contributing to **BSManager
### Before You Begin
1. **[Fork the repository][fork]** and **clone** your fork locally.
2. **Install the required Node.js version** (we recommend using [Volta](https://volta.sh/) to manage Node versions).
2. **Install the required tools (Node, etc)** (we recommend using [mise](https://mise.jdx.dev/) to manage tool versions).
```bash
mise install
```
3. **Install project dependencies**:
```bash
npm install
+3
View File
@@ -0,0 +1,3 @@
[tools]
node = "24"
rust = "1.93"
-3
View File
@@ -248,8 +248,5 @@
".erb/dll/**"
],
"logLevel": "quiet"
},
"volta": {
"node": "24.11.1"
}
}