From a9fc86a440b53ead9a894790a25e095807bdae77 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 10 Mar 2020 15:45:41 +0100 Subject: [PATCH] README: added note about requiring node 12 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b38acfeedc..179de1d762 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ _\* not yet released_ To run the frontend, you will need to have the following installed: -* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) -* [NodeJS](https://nodejs.org/en/download/) -* [yarn](https://classic.yarnpkg.com/en/docs/install) +- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) +- [NodeJS](https://nodejs.org/en/download/) - Active LTS Release, currently v12 +- [yarn](https://classic.yarnpkg.com/en/docs/install) ## Running the frontend locally