From d7cb37b62a355c3d61644ec38a0cad93a16c6fcb Mon Sep 17 00:00:00 2001
From: su-ex <codeworks@supercable.onl>
Date: Sat, 24 Feb 2024 19:43:25 +0100
Subject: [PATCH] Bump node version from 16 to 18

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 205cea9..3c86970 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ all: web
 
 YARN ?= yarnpkg
 CONTAINER_ENGINE ?= podman
-NODE_VERSION ?= 16
+NODE_VERSION ?= 18
 
 VERSION := $(shell grep version element-desktop/package.json | sed 's|.*: \"\(.*\)\",|\1|')
 WEB_APP_NAME :=  $(shell grep '"name"' element-web/package.json | head -n 1 | sed 's|.*: \"\(.*\)\",|\1|')