From 089c6f90193f9f31be2d6f19f479dd1c07862d07 Mon Sep 17 00:00:00 2001 From: "Shaun A. Noordin" Date: Thu, 31 Oct 2024 18:19:37 +0000 Subject: [PATCH] Update package.json to use node 20+, matching Dockerfile and deploy files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 613cc05d37..7b0d6983fe 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": {