From 2938eac6c208dcf1b31b5d5f7e7b91ec819a89a4 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 21 Jan 2019 20:20:59 -0500 Subject: [PATCH] meta: bump minimal windows to 8.1/2012R2 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index b848f777f36d0e..ce2a5b36d148e7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -77,7 +77,7 @@ For production applications, run Node.js on supported platforms only. | GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm | | | GNU/Linux | Tier 1 | kernel >= 3.10, glibc >= 2.17 | arm64 | | | macOS/OS X | Tier 1 | >= 10.11 | x64 | | -| Windows | Tier 1 | >= Windows 7/2008 R2/2012 R2 | x86, x64 | [2](#fn2),[3](#fn3),[4](#fn4) | +| Windows | Tier 1 | >= Windows 8.1/2012 R2 | x86, x64 | [2](#fn2),[3](#fn3),[4](#fn4) | | SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | [1](#fn1) | | FreeBSD | Tier 2 | >= 11 | x64 | | | GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | |