From 9f10ccaeedc34813372fee6e2ef9e30d353d80e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:14:27 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.13.0 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2365ab4..cb01a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: - node-version: 24.12.0 + node-version: 24.13.0 - name: Install deps run: npm install @@ -41,7 +41,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: - node-version: 24.12.0 + node-version: 24.13.0 - name: Install deps run: npm install @@ -62,7 +62,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: - node-version: 24.12.0 + node-version: 24.13.0 - name: Install deps run: npm install