docs: fix outdated Node 24 warnings in TROUBLESHOOTING.md (#1343)

Integrated into release/v3.6.7
This commit is contained in:
Paijo
2026-04-17 02:07:29 +07:00
committed by GitHub
parent 79c63d1a4f
commit 5cbc08a6a2
3 changed files with 10 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ export const SECURE_NODE_LINES = Object.freeze([
export const RECOMMENDED_NODE_VERSION = "24.14.1";
export const SUPPORTED_NODE_RANGE = ">=20.20.2 <21 || >=22.22.2 <23 || >=24.0.0 <25";
export const SUPPORTED_NODE_DISPLAY =
"Node.js 20.20.2+ (20.x LTS), 22.22.2+ (22.x LTS), or 24.x (24.x LTS)";
"Node.js 20.20.2+ (20.x LTS), 22.22.2+ (22.x LTS), or 24.0.0+ (24.x LTS)";
export interface NodeVersionInfo {
major: number;