From 9f33a59d604c89eab6c15a14e6980a74a69a339c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:00:08 +0000 Subject: [PATCH] Update dependency node to v24.14.1 --- .github/workflows/dependabot-alert-bridge-security-updates.yml | 2 +- .github/workflows/lint-check-types.yml | 2 +- .github/workflows/persist-csv-database-to-cache.yml | 2 +- .github/workflows/persist-csv-database-to-git.yml | 2 +- .github/workflows/persist-sqlite-database-to-cache.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependabot-alert-bridge-security-updates.yml b/.github/workflows/dependabot-alert-bridge-security-updates.yml index fea6e97..f09b1ac 100644 --- a/.github/workflows/dependabot-alert-bridge-security-updates.yml +++ b/.github/workflows/dependabot-alert-bridge-security-updates.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 cache: pnpm - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/lint-check-types.yml b/.github/workflows/lint-check-types.yml index 42ce50f..9ad54bb 100644 --- a/.github/workflows/lint-check-types.yml +++ b/.github/workflows/lint-check-types.yml @@ -11,7 +11,7 @@ jobs: - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Install dependencies run: pnpm install diff --git a/.github/workflows/persist-csv-database-to-cache.yml b/.github/workflows/persist-csv-database-to-cache.yml index 995a22c..30598ba 100644 --- a/.github/workflows/persist-csv-database-to-cache.yml +++ b/.github/workflows/persist-csv-database-to-cache.yml @@ -14,7 +14,7 @@ jobs: - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Install dependencies run: pnpm install diff --git a/.github/workflows/persist-csv-database-to-git.yml b/.github/workflows/persist-csv-database-to-git.yml index 769c89b..29cbfec 100644 --- a/.github/workflows/persist-csv-database-to-git.yml +++ b/.github/workflows/persist-csv-database-to-git.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Install dependencies run: pnpm install diff --git a/.github/workflows/persist-sqlite-database-to-cache.yml b/.github/workflows/persist-sqlite-database-to-cache.yml index bf7a296..b712429 100644 --- a/.github/workflows/persist-sqlite-database-to-cache.yml +++ b/.github/workflows/persist-sqlite-database-to-cache.yml @@ -18,7 +18,7 @@ jobs: - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: - node-version: '24.14.0' + node-version: '24.14.1' cache: 'pnpm' - name: Install dependencies run: pnpm install