From 3267757120dea6b259651b6b279db28204e69d18 Mon Sep 17 00:00:00 2001 From: "Shaun A. Noordin" Date: Tue, 5 Nov 2024 14:14:19 +0000 Subject: [PATCH] Update package.json to use node 20+, matching Dockerfile and deploy files (#7207) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f198ab9cc..e2af845259 100644 --- a/package.json +++ b/package.json @@ -102,8 +102,8 @@ "whatwg-url": "~14.0.0" }, "engines": { - "node": ">=18", - "npm": ">=8" + "node": ">=20", + "npm": ">=10" }, "license": "Apache-2.0", "nyc": {