From 270506d450f0cfdee70ea91f4bee8b1e1e71febe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Mon, 22 Jan 2024 21:52:37 +0100 Subject: [PATCH] Update the documentation [skip ci] --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 71c6bf04..b3d00786 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,10 +8,10 @@ You can verify if you're already good to go with the following commands: ```shell node --version -# v20.5.1 +# v21.6.0 npm --version -# 9.8.0 +# 10.2.4 ``` ## Installing with npm package manager