From f00e76319cbbce9b24f5a7e86f49b10aed333085 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Thu, 3 Oct 2024 18:44:47 -0500 Subject: [PATCH] Hard code latest as min --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c22526f10..faa008422 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "3.15.0", "engines": { "npm": "^10.2.x", - "node": "^20.x.x" + "node": "^20.17.x" }, "repository": { "type": "git",