summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorAndrew Hughes <andrew.hughes.101@outlook.com>2019-11-22 14:32:52 +0000
committerMyles Borins <mylesborins@google.com>2019-11-27 01:23:58 -0500
commit7f94fe004062ab2f5c84a927bfaf9c2ed2c06968 (patch)
tree2dca6ae6e2c535fefced82482abe89e3dd609a5f /BUILDING.md
parent73a244fcaf899248d018dc459f19f4d5379e0ba4 (diff)
downloadandroid-node-v8-7f94fe004062ab2f5c84a927bfaf9c2ed2c06968.tar.gz
android-node-v8-7f94fe004062ab2f5c84a927bfaf9c2ed2c06968.tar.bz2
android-node-v8-7f94fe004062ab2f5c84a927bfaf9c2ed2c06968.zip
doc: add 13 and 12 to previous versions
Remove Node.js 6 and add Node.js 12 and Node.js 13 to the previous versions of this document section PR-URL: https://github.com/nodejs/node/pull/30590 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 08b75855ea..a65198b7a8 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -214,9 +214,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 13](https://github.com/nodejs/node/blob/v13.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)
* [Node.js 8](https://github.com/nodejs/node/blob/v8.x/BUILDING.md)
-* [Node.js 6](https://github.com/nodejs/node/blob/v6.x/BUILDING.md)
## Building Node.js on supported platforms