From 677c0660bbbe891703db528c4451f6ee7756bd21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 06:26:00 +0000 Subject: [PATCH] Update dependency node to v24.13.0 --- .github/workflows/pages.yml | 2 +- .github/workflows/update-warps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 46ff899..d778391 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 24.12.0 + node-version: 24.13.0 - run: | git config --global url."https://github.com/".insteadOf git@github.com: git config --global url."https://".insteadOf git:// diff --git a/.github/workflows/update-warps.yml b/.github/workflows/update-warps.yml index fb1d385..edea6bd 100644 --- a/.github/workflows/update-warps.yml +++ b/.github/workflows/update-warps.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 24.12.0 + node-version: 24.13.0 - run: "node warp-data/get-warp-data.js" - run: echo "message=Warp update @ $(date +%Y%m%dT%H:%M:%S%Z)" >> "$GITHUB_ENV" - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4