From 4e4d7cdbfced3618bdfaf392dbe0a3f4bbbba799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 11 May 2024 22:53:14 +0300 Subject: [PATCH] docs(website): add note about supported platforms for NPM --- website/docs/installation/npm.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/installation/npm.md b/website/docs/installation/npm.md index 8a042e6be7..ccf67affb5 100644 --- a/website/docs/installation/npm.md +++ b/website/docs/installation/npm.md @@ -41,3 +41,11 @@ The following minimum versions of Node are currently supported: - `>=18.19` - `>=20.6` - `>=21` + +## Supported Platforms + +NPM packages are distributed for the following platforms: + +- Linux (x64, arm64) +- Windows (x64, arm64) +- macOS (x64, arm64)