From 89b4bd543e66ddce773e5102c30e9f82ecac46e4 Mon Sep 17 00:00:00 2001 From: Daniel Simon <60874270+danielattilasimon@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:58:04 +0700 Subject: [PATCH] docs: update required Node version to v16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeaab5403..954143775 100644 --- a/README.md +++ b/README.md @@ -1427,7 +1427,7 @@ In addition, some package scripts require Docker to be installed (Docker Desktop You'll need to install the following: - [Git](https://help.github.com/en/github/getting-started-with-github/set-up-git) (of course) -- [Node v12.x](https://nodejs.org/dist/latest-v12.x/) +- [Node v16.x](https://nodejs.org/dist/latest-v16.x/) - [Docker](https://docs.docker.com/get-docker/) - [Yarn](https://classic.yarnpkg.com/en/docs/install)