chore: bump major releases to node 20

This commit is contained in:
Vlad Frangu
2024-09-02 15:17:19 +03:00
parent ed1c1737df
commit 18ce10a9af
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
## Installation
**Node.js 18 or newer is required.**
**Node.js 20 or newer is required.**
```sh
npm install @discordjs/brokers

View File

@@ -89,7 +89,7 @@
"vitest": "^2.0.5"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"publishConfig": {
"access": "public",