From 4d332d0c5a80d93c6e496dc903ae4ff7ddfc4616 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:52:29 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/coana-guardrail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coana-guardrail.yml b/.github/workflows/coana-guardrail.yml index 6928ce02..958c0262 100644 --- a/.github/workflows/coana-guardrail.yml +++ b/.github/workflows/coana-guardrail.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x - name: Run Coana on the ${{github.base_ref}} branch run: |