From 02ebab42aec1d6c0e9ea14d50bd9f5035ffc349e Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Wed, 23 Jul 2025 17:00:56 +0200 Subject: [PATCH] chore: add x86 for Node.js <10 for Linux Signed-off-by: Claudio Wunder --- apps/site/util/download/constants.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/site/util/download/constants.json b/apps/site/util/download/constants.json index 72b7756e18884..4834573ee7337 100644 --- a/apps/site/util/download/constants.json +++ b/apps/site/util/download/constants.json @@ -51,6 +51,13 @@ "supportsInstallers": false, "compatibility": {}, "platforms": [ + { + "label": "x86", + "value": "x86", + "compatibility": { + "semver": ["< 10.0.0"] + } + }, { "label": "x64", "value": "x64"