From 37161d7fe56f7ed03c5195654d77b9d5985871b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:35:12 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/bootstrap.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/test-and-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 61f423e..a1bf97b 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 71c5944..9b42ee1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 28b96cf..71b0902 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies