From 63a898bb7cfa8ba1c47499036a054ae143873676 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:45:35 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/nuxt4.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 12be55e..c72f20e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: yarn - name: Install dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8743b8..c34e9b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable @@ -57,7 +57,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable @@ -109,7 +109,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable diff --git a/.github/workflows/nuxt4.yml b/.github/workflows/nuxt4.yml index 56af74e..04a596b 100644 --- a/.github/workflows/nuxt4.yml +++ b/.github/workflows/nuxt4.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable