From f694c3a0f02e9234852e960243caf124cfd55bcf Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 4 May 2026 14:31:50 +0200 Subject: [PATCH] doc: remove list of versions in `BUILDING.md` Signed-off-by: Antoine du Hamel --- BUILDING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 632833c2a66697..eb7538f03fed86 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -226,12 +226,11 @@ If compiling without one of the above, use `configure` with the ### Previous versions of this document 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: +This document is only valid for the current version of Node.js, and is expected +to be valid for the entire lifetime of this release line. -* [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) +To consult the version of this document for another version, download its source +tarball and/or browse the git repository checked out at the relevant tag. ## Building Node.js on supported platforms