From 944ce94fc1b894e0a5e9345fde6f71db2be016be Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:28:10 +0100 Subject: [PATCH] chore: build with Node 24 This upgrades npm to version 11 which is required to publish the NPM package with Trusted Publishers. --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 209e3ef4..a45fd52c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24