From a2f8b40b81e3351926d97ad49730e0bb81cc45e9 Mon Sep 17 00:00:00 2001 From: Evgenii Troinov Date: Mon, 17 Jun 2024 13:06:45 +0200 Subject: [PATCH] chore: change node.js version in readme.md from 12.x to 18.x --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7e1001269..5d4852972 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ ## Installation -Koa requires __node v12.17.0__ or higher for ES2015 and async function support. +Koa requires __node v18.0.0__ or higher for ES2015 and async function support. ``` $ npm install koa