From 560d03926754d28e1ed7e5642fbc9ed58970836f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:31:53 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/deploy.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39d6be0..d122185 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 118c3a1..f7924d3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci