From a7d5b4ba3df128ea70526e0188f2e1ff819dee4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:13:21 +0000 Subject: [PATCH 1/2] 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: | From 91cc34ad1f1a91a0bbb7dde8c25966b5a6b82aaa Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Thu, 12 Feb 2026 15:16:09 -0500 Subject: [PATCH 2/2] Update Node.js version to 24.x in workflow --- .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 958c0262..66c207fa 100644 --- a/.github/workflows/coana-guardrail.yml +++ b/.github/workflows/coana-guardrail.yml @@ -21,7 +21,7 @@ jobs: run: | echo "all_changed_files=$(git diff --name-only ${{ github.base_ref }} ${{ github.head_ref }} | tr '\n' ' ')" >> $GITHUB_OUTPUT - - name: Use Node.js 20.x + - name: Use Node.js 24.x uses: actions/setup-node@v4 with: node-version: 24.x