From a37039dc53851bc0304374a7fad669c9ac89473d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Manuel=20Fuentes=20Trejo?= Date: Tue, 21 Jul 2026 21:02:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20bump=20node=20to=20v24.18.?= =?UTF-8?q?0=20so=20npm@latest=20installs=20in=20the=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit npm install -g npm@latest now resolves to npm@12, which requires node ^22.22.2 || ^24.15.0 || >=26 and failed with EBADENGINE against the node pinned in .nvmrc (v24.13.1), breaking the npm publish job. --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 11c309c52..5bcf9c6e6 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v24.13.1 +v24.18.0