build(node): require Node.js 24.17

This commit is contained in:
2026-08-24 15:24:41 +02:00
parent 36f546eaba
commit 242de19cf2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Create an [issue](https://git.lechner-systems.at/FrauJulian/Discord-Audio-Stream
## Installation ## Installation
Node.js `24.x` is required. Node.js `>=24.17.0` and `<25` is required.
```bash ```bash
npm install discord-audio-stream @discordjs/voice @discordjs/opus npm install discord-audio-stream @discordjs/voice @discordjs/opus
+1 -1
View File
@@ -31,7 +31,7 @@
"typescript": "npm:@typescript/typescript6@^6.0.2" "typescript": "npm:@typescript/typescript6@^6.0.2"
}, },
"engines": { "engines": {
"node": "24.x" "node": ">=24.17.0 <25"
}, },
"funding": { "funding": {
"url": "https://ko-fi.com/FrauJulian" "url": "https://ko-fi.com/FrauJulian"
+1 -1
View File
@@ -112,7 +112,7 @@
"esbuild": "^0.28.2" "esbuild": "^0.28.2"
}, },
"engines": { "engines": {
"node": "24.x" "node": ">=24.17.0 <25"
}, },
"private": false, "private": false,
"publishConfig": { "publishConfig": {