From 79aea21e7ed9c2923ae689ccfb44161ab61cf4b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:48:45 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.14.1 --- .github/workflows/c-spell.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-spell.yml b/.github/workflows/c-spell.yml index 088eeec..e48b30e 100644 --- a/.github/workflows/c-spell.yml +++ b/.github/workflows/c-spell.yml @@ -24,7 +24,7 @@ jobs: - name: Setup nodejs uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 cache: 'npm' - name: Run cspell run: npx cspell lint --no-progress --fail-fast "**" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba5a657..2362224 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 - name: Install dependencies run: npm ci --ignore-scripts