From 43ccefc2352db27da47fda9d27112a521b497f2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 17:24:36 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.17.0 --- .github/workflows/semantic-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 3eb32e1..08b2e8c 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -64,7 +64,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '24.16.0' + node-version: '24.17.0' - name: Install commitlint run: |