From 1354dcf2aaeb5e1fbe1e9ac12849a381bf4e1e0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:58:18 +0000 Subject: [PATCH] Update dependency node to v24.15.0 --- .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 f09b1ac..fa3acb5 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.1 + node-version: 24.15.0 cache: pnpm - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/lint-check-types.yml b/.github/workflows/lint-check-types.yml index 9ad54bb..431e8cf 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.1' + node-version: '24.15.0' 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 30598ba..6db6ecb 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.1' + node-version: '24.15.0' 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 29cbfec..fb17f21 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.1' + node-version: '24.15.0' 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 b712429..b6c915b 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.1' + node-version: '24.15.0' cache: 'pnpm' - name: Install dependencies run: pnpm install