From 3c6b0457699b50dc6d8885167f9e6d37dea08590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Hodierne?= Date: Mon, 27 Nov 2023 13:51:05 +0100 Subject: [PATCH] Update node version in README.md (#597) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796bf454..c4c8dd88 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you see a step below that could be improved (or is outdated), please update t ### Prerequisite -1. Make sure you have Node.js version >= 10. We recommend using version 10, the one used in CI and production. +1. Make sure you have Node.js version >= 18. We recommend using version 18, the one used in CI and production. - We recommend using [nvm](https://github.com/creationix/nvm): `nvm install`.