From 51f1095f0aca4f44154ef6564065d42e5c525d76 Mon Sep 17 00:00:00 2001 From: Alstruit <34786806+Alstruit@users.noreply.github.com> Date: Sun, 16 Jun 2024 05:38:02 -0500 Subject: [PATCH] Change back to previous node version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ba6e4e4..1e253b91 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "jest --runInBand" }, "engines": { - "node": "^18.*" + "node": ">=18.0.0 <18.19.0" }, "pre-commit": [ "db:validate"