Skip to content

Commit d7d3fe2

Browse files
Update minimum node version to 20 (#49)
* Update generic.md * Update index.md --------- Co-authored-by: Isaac <[email protected]>
1 parent 6f3104f commit d7d3fe2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/self-hosting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
You can view the supported installation methods on the next page <span class="tip">(:material-fire:{ title="Tip" } you can press ++n++ or ++gt++)</span>.
1010
Regardless of the installation method you choose, the bot requires:
1111

12-
- **Node.js v18** or higher (with npm, pnpm, or yarn)
12+
- **Node.js v20** or higher (with npm, pnpm, or yarn)
1313
- a forwarded (not firewalled) port
1414
- at least **150MB RAM**
1515
- at least **1GB disk** space (at least 100MB for the database if archiving)

docs/self-hosting/installation/pterodactyl/generic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Note that although the bot may use under 100-150MB of RAM (depending on the serv
2020

2121
## Installation
2222

23-
Start by creating a new Node.js v18 server.
23+
Start by creating a new Node.js v20+ server.
2424

2525
1. Set the git repository to `https://github.com/discord-tickets/bot`
26-
2. Set the branch to the latest tag, e.g. `v4.0.0`.
26+
2. Set the branch to the latest tag, e.g. `v4.0.35`.
2727
You can find the latest tag at the top right corner of this page or [here](https://github.com/discord-tickets/bot/releases/latest).
2828
3. Enable auto-updating so the startup script will download the code for you
2929
4. Change the file to `src/index.js`

0 commit comments

Comments
 (0)