From 5a547a3ec238dbbd31c33ecfeca0abf59c88ab11 Mon Sep 17 00:00:00 2001 From: nezu <29180158+dumbasPL@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:54:22 +0200 Subject: [PATCH] update minimum nodejs version in README to 18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0759e..90453c6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ volumes: ## Using nodejs -**This project requires Node.js version 16 or newer** +**This project requires Node.js version 18 or newer** **This project uses [yarn](https://classic.yarnpkg.com/) to manage dependencies, make sure you have it installed first.** 1. clone this repository