From b6c066348324e7d1fa53941b8467a5db906ab8f9 Mon Sep 17 00:00:00 2001 From: Thilo-Acrolinx <125662076+Thilo-Acrolinx@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:45:21 +0200 Subject: [PATCH] Require node version >= 20 (#51) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfba779..f28751a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "description": "Minimal boilerplate to quick-start Acrolinx development in TypeScript.", "engines": { - "node": ">= 18.0.0" + "node": ">=20" }, "devDependencies": { "@types/jest": "^29.5.12",