From 868ee441e6ceb023f2fb1f052d06d8b218f7bb2d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 26 Apr 2023 08:59:12 +0200 Subject: [PATCH] Update node version in documentation --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index b8655a84c..b79033aaa 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -174,7 +174,7 @@ Sass Compilation & Live Reloading If you've opted for Gulp or Webpack as front-end pipeline, the project comes configured with `Sass`_ compilation and `live reloading`_. As you change you Sass/JS source files, the task runner will automatically rebuild the corresponding CSS and JS assets and reload them in your browser without refreshing the page. -#. Make sure that `Node.js`_ v16 is installed on your machine. +#. Make sure that `Node.js`_ v18 is installed on your machine. #. In the project root, install the JS dependencies with:: $ npm install