From 4bae82c8cdcfa77b7712a6a169af11acce398625 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky <michal.hrusecky@turris.com> Date: Fri, 27 Oct 2023 21:07:57 +0200 Subject: [PATCH] configs: Update Node.js to version 20 Upstream dropped support for Node.js 16 and we know that we had some issues with 18, so let's go to 20 and fix that one if we still encounter any issues. --- configs/common/node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common/node b/configs/common/node index e2dceb41f..56da7831c 100644 --- a/configs/common/node +++ b/configs/common/node @@ -1 +1 @@ -CONFIG_NODEJS_16=y +CONFIG_NODEJS_20=y -- GitLab