Skip to content

Commit

Permalink
(build): drop support for node versions below 18
Browse files Browse the repository at this point in the history
Typescript minimum supported version
  • Loading branch information
LoboMetalurgico committed Feb 24, 2025
1 parent 4fe74a1 commit e711a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 20, 22]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v2.0.0-beta.4
- [FIX] Memory leak in the "ping" reply

- [BREAKING] Drop support for Node.js below 16.20.x
- [BREAKING] Drop support for Node.js below 18.18.x

## v2.0.0-beta.3
- [FIX] Fixed an issue caused by twitch sending numbers as strings in the `message` event.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://twitch.js.org",
"engines": {
"node": ">=16.20.x"
"node": ">=18.18"
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
Expand Down

0 comments on commit e711a46

Please sign in to comment.