From e19d7fab82ea5a4c3eae4664bdcad587af9209b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 05:43:18 +0000 Subject: [PATCH] chore(deps): update dependency node to 24.14 --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index fc3f9ac..2145e4f 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: '24.13' + node-version: '24.14' cache: "npm" - name: npm install, lint, and test run: |