Skip to content

Commit 27c1c1d

Browse files
committed
doc: remove list of versions in BUILDING.md
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #63113 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
1 parent b86a23c commit 27c1c1d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

BUILDING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,11 @@ If compiling without one of the above, use `configure` with the
214214
### Previous versions of this document
215215

216216
Supported platforms and toolchains change with each major version of Node.js.
217-
This document is only valid for the current major version of Node.js.
218-
Consult previous versions of this document for older versions of Node.js:
217+
This document is only valid for the current version of Node.js, and is expected
218+
to be valid for the entire lifetime of this release line.
219219

220-
* [Node.js 24](https://github.com/nodejs/node/blob/v24.x/BUILDING.md)
221-
* [Node.js 22](https://github.com/nodejs/node/blob/v22.x/BUILDING.md)
222-
* [Node.js 20](https://github.com/nodejs/node/blob/v20.x/BUILDING.md)
220+
To consult the version of this document for another version, download its source
221+
tarball and/or browse the git repository checked out at the relevant tag.
223222

224223
## Building Node.js on supported platforms
225224

0 commit comments

Comments
 (0)