From 2f33ac99dc99549aff2669837baec6e0fbd80d7f Mon Sep 17 00:00:00 2001 From: Roland Sadowski Date: Thu, 25 Jul 2024 14:23:26 +0100 Subject: [PATCH] ci: lower req. node version to the one used by GH actions runner --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c395d64b..fed9e0693 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:fix": "standard --fix" }, "engines": { - "node": ">=20.0.0" + "node": ">=18.20.0" }, "author": "", "license": "ISC",