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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-15 16:27:11 +01:00
committed by GitHub
parent 47d2074670
commit 08f0ab53ec
8 changed files with 143 additions and 143 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 24.11.1
node-version: 24.12.0
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.1
node-version: 24.12.0
cache: 'yarn'
- name: Install dependencies