From 308e367f82414fff66b6f7ef257221ec99052531 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 16 Oct 2024 13:34:48 +0100 Subject: [PATCH] Test PR Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1eec19b37a..519db4e7c5 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.11.81", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", + "engines": { + "node": ">=20.0.0" + }, "repository": { "type": "git", "url": "https://github.com/element-hq/element-web" @@ -310,8 +313,5 @@ "outputDirectory": "coverage", "outputName": "jest-sonar-report.xml", "relativePaths": true - }, - "engines": { - "node": ">=20.0.0" } }