From 4c2ac803cdfb19aedfddd2ec334ea8577e1180c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:14:29 +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 ++-- .github/workflows/pages.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27eacdf..c110496 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: yarn - name: Install dependencies @@ -105,7 +105,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: yarn registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3cc8a61..8e68053 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: yarn - name: Setup Pages