From d5d2a8887bafbfbf4a16d373932ddabb3c8c5c7c Mon Sep 17 00:00:00 2001 From: Arno Gourdol Date: Mon, 27 Jan 2025 11:35:13 -0800 Subject: [PATCH] chore: the syntax of import assertions in node has been deprecated and replaced with import attributes. The minimum version of node necessary is 21 and the corresponding npm is 10.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a340f98e..b07c01047 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "not dead" ], "engines": { - "npm": ">=11.0.0", + "npm": ">=10.5.0", "node": ">=21.0.0" }, "prettier": "@cortex-js/prettier-config",