From 0e7c239be0985e5b0f5ff102f668a34c2623f0a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:47:38 +0000 Subject: [PATCH] chore(deps): update github packages --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b6aa024..baeebbb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.18.0 cache: yarn - name: Install Dependencies run: yarn --immutable @@ -36,7 +36,7 @@ jobs: - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.18.0 cache: yarn - name: Install Dependencies run: yarn --immutable