From 28e8ff15b41c70038066b3984d2d88c00da4c8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Granh=C3=A3o?= Date: Tue, 27 May 2025 11:14:05 +0100 Subject: [PATCH] Add node.js min supported version --- src/guide/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/guide/install.md b/src/guide/install.md index 427f8bfc..5cc40269 100644 --- a/src/guide/install.md +++ b/src/guide/install.md @@ -60,6 +60,8 @@ dependencies { We recommend using the official npm package: [@breeztech/breez-sdk-liquid](https://www.npmjs.com/package/@breeztech/breez-sdk-liquid). +> **Note:** If using Node.js, the minimum supported version is v22. + ```console npm install @breeztech/breez-sdk-liquid ```