From 4b01140207d656b60e9e59920db8b04e83774f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Rabenstein?= Date: Wed, 26 Feb 2025 18:20:42 +0100 Subject: [PATCH] doc: Update nodejs and npm requirements for build (#16082) Signed-off-by: beorn7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 658cee4640..a027328e20 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Prometheus will now be reachable at . To build Prometheus from source code, You need: * Go [version 1.22 or greater](https://golang.org/doc/install). -* NodeJS [version 16 or greater](https://nodejs.org/). -* npm [version 7 or greater](https://www.npmjs.com/). +* NodeJS [version 22 or greater](https://nodejs.org/). +* npm [version 8 or greater](https://www.npmjs.com/). Start by cloning the repository: