From 61f431d6f846deb157029dea493fd192f813ba48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:03:24 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 8103938..6b9272f 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-node@v6.4.0 with: - node-version: 22.22.2 + node-version: 24.15.0 - name: checkout code uses: actions/checkout@v6