From ae8e077e0e84f3221e64fa14196a647c0dbf367d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 3 May 2023 10:53:40 +0200 Subject: [PATCH] doc: update BUILDING.md previous versions links Remove EOL release lines and add missing supported release lines. --- BUILDING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 6a6bf24194ce88..3ccbdd90aeb64d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -213,10 +213,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 17](https://github.com/nodejs/node/blob/v17.x/BUILDING.md) +* [Node.js 19](https://github.com/nodejs/node/blob/v19.x/BUILDING.md) +* [Node.js 18](https://github.com/nodejs/node/blob/v18.x/BUILDING.md) * [Node.js 16](https://github.com/nodejs/node/blob/v16.x/BUILDING.md) -* [Node.js 14](https://github.com/nodejs/node/blob/v14.x/BUILDING.md) -* [Node.js 12](https://github.com/nodejs/node/blob/v12.x/BUILDING.md) ## Building Node.js on supported platforms