From dc50a14cfdc81eeb0f88b680cc14f0193937bff3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:54:26 +0000 Subject: [PATCH] chore(deps): update node.js to >=18.20.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f1427a..fe600d0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/palashmon" }, "engines": { - "node": ">=18.20.3" + "node": ">=18.20.4" }, "scripts": { "test": "xo && ava",