From 113778a2554feafcb04edaa916f4ba57809191c0 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 21 Jan 2026 08:40:54 +0100 Subject: [PATCH] doc: update previous version links in BUILDING --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 5fbf4d67b211..4a14d7819b68 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -222,9 +222,9 @@ Supported platforms and toolchains change with each major version of Node.js. This document is only valid for the current major version of Node.js. Consult previous versions of this document for older versions of Node.js: -* [Node.js 21](https://github.com/nodejs/node/blob/v21.x/BUILDING.md) +* [Node.js 24](https://github.com/nodejs/node/blob/v24.x/BUILDING.md) +* [Node.js 22](https://github.com/nodejs/node/blob/v22.x/BUILDING.md) * [Node.js 20](https://github.com/nodejs/node/blob/v20.x/BUILDING.md) -* [Node.js 18](https://github.com/nodejs/node/blob/v18.x/BUILDING.md) ## Building Node.js on supported platforms