From 2a6f1b7b62776a44172232499b3d7f36617f8a63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 18:39:14 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 095f4da..74a55a9 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies