From e46e8278298855583e9711d7ca46a379541ad1ef Mon Sep 17 00:00:00 2001 From: Kevin Hoeppner Date: Fri, 22 May 2026 08:37:10 -0400 Subject: [PATCH] feat: ECOR-991 added node 24 support --- packages/api-axios/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api-axios/package.json b/packages/api-axios/package.json index a7fca7f6..c5d37204 100644 --- a/packages/api-axios/package.json +++ b/packages/api-axios/package.json @@ -31,7 +31,7 @@ } }, "engines": { - "node": "^20.0.0 || ^22.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" }, "scripts": { "build": "tsup src/index.js --format esm,cjs --dts",