build!: bump to Node.js 24 (#11566)

build: bump to Node.js 24
This commit is contained in:
Jiralite
2026-07-17 14:05:28 +01:00
committed by GitHub
parent c73e2a76d1
commit c2d0781ddb
42 changed files with 324 additions and 497 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
## Installation
**Node.js 22.12.0 or newer is required.**
**Node.js 24.17.0 or newer is required.**
```sh
npm install @discordjs/structures
+2 -2
View File
@@ -69,7 +69,7 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^6.0.0",
"@types/node": "^22.19.15",
"@types/node": "^24.13.2",
"@vitest/coverage-v8": "^4.1.2",
"cpy-cli": "^7.0.0",
"cross-env": "^10.1.0",
@@ -85,7 +85,7 @@
"vitest": "^4.1.2"
},
"engines": {
"node": ">=22.12.0"
"node": ">=24.17.0"
},
"publishConfig": {
"access": "public",