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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-11 09:27:46 +02:00
committed by GitHub
parent f1052f3ab7
commit ab4d42e725
13 changed files with 616 additions and 577 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24.x
node-version: 24.5.0
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
@@ -140,7 +140,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20.19.4
cache: 'yarn'
- name: Install dependencies