Hello team,
I noticed that this project currently supports Node.js ≥ 20. Since Node.js v20 will reach end of life at the end of April 2026, should we start considering an upgrade path?
As part of this, we might evaluate moving away from external HTTP clients (e.g., axios) and rely on the built‑in fetch API, which has been officially supported in Node.js since v18. Reducing external dependencies could help lower our exposure to supply‑chain vulnerabilities (for example, the recent axios compromise: https://opensourcemalware.com/blog/axios-compromised).
Hello team,
I noticed that this project currently supports Node.js ≥ 20. Since Node.js v20 will reach end of life at the end of April 2026, should we start considering an upgrade path?
As part of this, we might evaluate moving away from external HTTP clients (e.g., axios) and rely on the built‑in fetch API, which has been officially supported in Node.js since v18. Reducing external dependencies could help lower our exposure to supply‑chain vulnerabilities (for example, the recent axios compromise: https://opensourcemalware.com/blog/axios-compromised).