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 ## Installation
**Node.js 18 or newer is required.** **Node.js 20 or newer is required.**
```sh ```sh
npm install @discordjs/brokers npm install @discordjs/brokers

View File

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

View File

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

View File

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

View File

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

View File

@@ -105,7 +105,7 @@
"zlib-sync": "^0.1.9" "zlib-sync": "^0.1.9"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=20"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",