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