From 7e02b061ebdd7cc11f449f221645887d3d2ef483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:34:53 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2badd1526..9423e21ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - uses: pnpm/setup@703c52620218391530e48b9e8870d5c0082e1b9b # v2.1.0 with: - runtime: node@22.23.2 + runtime: node@24.21.0 cache: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}