From b52458c9cfcfdde74e75a00339b078891530f598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 21:39:20 +0000 Subject: [PATCH] deps(renovate): update dependency node to v24 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b240c3a8..d99a9374 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: npm registry-url: https://registry.npmjs.org - run: npm ci --ignore-scripts diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d6f273d..28137584 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: npm - run: npm ci --ignore-scripts - run: npm run lint