From 604e7eac17249e700895911304f188998b9f16b2 Mon Sep 17 00:00:00 2001 From: ahnpnl Date: Thu, 27 Feb 2025 20:58:51 +0100 Subject: [PATCH] refactor: drop support for Node.js <18 BREAKING CHANGE The support versions are `^18.19.1 || ^20.11.1 || >=22.0.0` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8084e07631..18096a4715 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Jest preset configuration for Angular projects", "license": "MIT", "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "main": "build/index.js", "typings": "build/index.d.ts",