From f4165b824484fe8aa01ff2f8e35c2a0a79f325f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:12:27 +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 817e4301..9fe1f57c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 24.x cache: npm registry-url: https://registry.npmjs.org - run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a9dc35d..282e9fb4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 24.x cache: npm - run: npm ci - run: npm run lint