Skip to content

Commit

Permalink
Revert "Update some dependencies, require node 20+"
Browse files Browse the repository at this point in the history
This reverts commit 571f082.
  • Loading branch information
JulianVennen committed Sep 3, 2024
1 parent 571f082 commit 6be277d
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 234 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:18-alpine

ARG COMMIT_HASH

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ docker run -e MODBOT_AUTH_TOKEN="<discord-auth-token>" -e MODBOT_DATABASE_HOST="
```

#### Direct Installation
Requirements: [Node.js](https://nodejs.org/en/download/) (v20+), a [MySQL](https://dev.mysql.com/downloads/mysql/) database
Requirements: [Node.js](https://nodejs.org/en/download/) (v16.9.0+), a [MySQL](https://dev.mysql.com/downloads/mysql/) database
1. Download the code and run `npm ci`
2. Run `npm start` to start the bot

Expand Down
Loading

0 comments on commit 6be277d

Please sign in to comment.