From 930f02d5e5b3f51f74c807e4ffd87a5a22f98abe Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Thu, 20 Aug 2026 21:07:23 +0200 Subject: [PATCH] chore: bump Node.js to a version that supports stable require(esm) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9afd759..c9414f8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "author": "Andy Jansson", "license": "MIT", "engines": { - "node": "^22.18 || ^24.11 || >=26.0" + "node": "^22.22.3 || ^24.15 || >=26.0" }, "devEngines": { "packageManager": {