From b8a91bb02b262295c8c8199c606856a895bbacdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 09:34:53 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/pr.yml | 4 ++-- .github/workflows/push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2a99e75..2eeb038 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'npm' - run: npm ci - run: npx nuxt prepare @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'npm' - run: npm ci - run: npm run build diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index be9e36a..ed0da4b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'npm' - run: npm ci - run: npm run generate