Skip to content

Commit 18ce10a

Browse files
committed
chore: bump major releases to node 20
1 parent ed1c173 commit 18ce10a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/brokers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## Installation
2525

26-
**Node.js 18 or newer is required.**
26+
**Node.js 20 or newer is required.**
2727

2828
```sh
2929
npm install @discordjs/brokers

packages/brokers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"vitest": "^2.0.5"
9090
},
9191
"engines": {
92-
"node": ">=18"
92+
"node": ">=20"
9393
},
9494
"publishConfig": {
9595
"access": "public",

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## Installation
2525

26-
**Node.js 18 or newer is required.**
26+
**Node.js 20 or newer is required.**
2727

2828
```sh
2929
npm install @discordjs/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"vitest": "^2.0.5"
9191
},
9292
"engines": {
93-
"node": ">=18"
93+
"node": ">=20"
9494
},
9595
"publishConfig": {
9696
"access": "public",

packages/ws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## Installation
2525

26-
**Node.js 18 or newer is required.**
26+
**Node.js 20 or newer is required.**
2727

2828
```sh
2929
npm install @discordjs/ws

packages/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"zlib-sync": "^0.1.9"
106106
},
107107
"engines": {
108-
"node": ">=18"
108+
"node": ">=20"
109109
},
110110
"publishConfig": {
111111
"access": "public",

0 commit comments

Comments
 (0)