From b9a14433108128e500874941aa864a13b421e562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 03:36:51 +0000 Subject: [PATCH] chore(deps): update node.js to >=20.18.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e157637..a222544 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/palashmon" }, "engines": { - "node": ">=20.18.2" + "node": ">=20.18.3" }, "scripts": { "test": "xo && ava",