From 708d8ad18699fa756b14fd4f8fca106d6d23b884 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 07:19:08 +0000 Subject: [PATCH] Update dependency node to v24.14.0 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3c0947b..3d8983e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 24.12.0 + node-version: 24.14.0 - run: | git config --global url."https://github.com/".insteadOf git@github.com: git config --global url."https://".insteadOf git://