Bump node version from 16 to 18

This commit is contained in:
su-ex 2024-02-24 19:43:25 +01:00
parent aae0f2868e
commit e9faf9ab15
No known key found for this signature in database
GPG Key ID: D743C50C8B61984C

View File

@ -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|')