From 08cb0915225affa869cf5b1b5a2f0a7a0f2fd624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:41:23 +0000 Subject: [PATCH] chore(deps): update node.js to >=20.18.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aab2643..e157637 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/palashmon" }, "engines": { - "node": ">=20" + "node": ">=20.18.2" }, "scripts": { "test": "xo && ava",