diff options
author | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2022-01-22 20:09:01 +0100 |
---|---|---|
committer | Danielle Adams <adamzdanielle@gmail.com> | 2022-03-14 09:32:01 -0400 |
commit | b2a4614a0d61b9a6fadb4bc1ee2ea04ae6e30e58 (patch) | |
tree | 086bdd2613195b4f9d3dadb8281b1facac9399bf /BUILDING.md | |
parent | fe0f9dc6110bd748f9519029247a335139794304 (diff) | |
download | node-new-b2a4614a0d61b9a6fadb4bc1ee2ea04ae6e30e58.tar.gz |
doc: add 16 and 17 to previous versions
PR-URL: https://github.com/nodejs/node/pull/41646
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index fe778719d6..54cdb1b007 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 |