From a4eac0cf71ba93b4275cc808f7582738477a840d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 16 Mar 2026 10:17:28 +0100 Subject: [PATCH] chore: upgrade to node 24 as we need npm cli 11.5.1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa3499a..6396880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [24.x] steps: - uses: actions/checkout@v3