From 9ad29c280fce8dabe448eec3987892ab99a083b1 Mon Sep 17 00:00:00 2001 From: Jamie B <53781962+JamieB-gu@users.noreply.github.com> Date: Wed, 5 Aug 2026 17:55:48 +0100 Subject: [PATCH] Latest Node v24 in `.nvmrc` This is what we do elsewhere. It also has the consequence of updating Node to the latest version of v24 and therefore fixing the build on `main`, which is failing due to an out-of-date Node version. --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 893c38a..a45fd52 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.9.0 \ No newline at end of file +24