From c111a13d22ed0484f1b6097cadf98829cca8b31d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 22 Jan 2022 20:09:01 +0100 Subject: [PATCH] doc: add 16 and 17 to previous versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/41646 Reviewed-By: Michaël Zasso Reviewed-By: Tobias Nießen Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Mestery Reviewed-By: Rich Trott --- BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index e14ea2bc86adb4..424b2a7adc9984 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -219,9 +219,10 @@ 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 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) -* [Node.js 10](https://github.com/nodejs/node/blob/v10.x/BUILDING.md) ## Building Node.js on supported platforms