From 3a58ef7aedf83d7bc9c1c7979ca84d15a548b7c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:38:26 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20update=20de?= =?UTF-8?q?pendency=20node=20to=20v24.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef9d16b..ab85458 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: yarn - name: Install dependencies @@ -87,7 +87,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: yarn registry-url: https://registry.npmjs.org/