fix(deps): update minor and patch (#1836)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-19 13:39:08 +01:00
committed by GitHub
parent c56638c47f
commit 2c5c78e546
8 changed files with 381 additions and 532 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 24.11.0
node-version: 24.11.1
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
@@ -151,7 +151,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24.11.0
node-version: 24.11.1
cache: 'yarn'
- name: Install dependencies