This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 2a032b9e47c8f7119d0761067be866969dff08aa
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Dec 15 10:01:33 2025 +0100

    ci: Upgrade to node 24 test-summary-report action
---
 .github/actions/test-summary-report/action.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/test-summary-report/action.yaml 
b/.github/actions/test-summary-report/action.yaml
index 118fc3024c..f75767b16e 100644
--- a/.github/actions/test-summary-report/action.yaml
+++ b/.github/actions/test-summary-report/action.yaml
@@ -31,9 +31,9 @@ runs:
   using: "composite"
   steps:
     - name: Setup Node
-      uses: actions/setup-node@v4
+      uses: actions/setup-node@v5
       with:
-        node-version: 20
+        node-version: 24
     - name: Install script dependencies
       shell: bash
       run: |

Reply via email to