chore: everyone goes to node 18+

This commit is contained in:
Vlad Frangu
2024-09-02 15:12:31 +03:00
parent 90ed51e06e
commit ed1c1737df
14 changed files with 14 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ discord.js is a powerful [Node.js](https://nodejs.org) module that allows you to
## Installation
**Node.js 16.11.0 or newer is required.**
**Node.js 18 or newer is required.**
```sh
npm install discord.js

View File

@@ -98,7 +98,7 @@
"typescript": "~5.5.4"
},
"engines": {
"node": ">=16.11.0"
"node": ">=18"
},
"publishConfig": {
"provenance": true