From 112c8ee8a6ad41dacee9a3d298328b60c60b2c16 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 9 Jul 2024 15:23:15 +0100 Subject: [PATCH] Upgrade to Node 20 Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13295ee14..c98b9b6bd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "files": [], "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "scripts": { "i18n": "matrix-gen-i18n && yarn i18n:sort && yarn i18n:lint",