From 4c9b69c15df6374d653151521016c1dc7ff56a16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 05:05:46 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/commitlint.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 89b2c88..b8a0d4f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 - name: Install commitlint run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0143eea..99a7919 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - name: Install commitlint run: |