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

yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e580b3ef71a [SPARK-55042][WEBUI][BUILD][TESTS] Upgrade Node.js used 
for UI test to `24.13.0`
0e580b3ef71a is described below

commit 0e580b3ef71a9ed616518143eb9d8772daf71d6d
Author: Kousuke Saruta <[email protected]>
AuthorDate: Thu Jan 15 20:01:28 2026 +0800

    [SPARK-55042][WEBUI][BUILD][TESTS] Upgrade Node.js used for UI test to 
`24.13.0`
    
    ### What changes were proposed in this pull request?
    This PR proposes to upgrade Node.js used for UI test to `24.13.0`.
    
    ### Why are the changes needed?
    `24.13.0` fixes some high severe security issues.
    https://nodejs.org/en/blog/vulnerability/december-2025-security-releases
    
    These CVEs seems little impact on Spark, but it's better to upgrade to it 
just in case.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #53810 from sarutak/upgrade-nodejs-for-uitest.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: yangjie01 <[email protected]>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 83b06a2c5acc..32295c4cd9eb 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1409,7 +1409,7 @@ jobs:
       - name: Use Node.js
         uses: actions/setup-node@v6
         with:
-          node-version: 24.11.0
+          node-version: 24.13.0
           cache: 'npm'
           cache-dependency-path: ui-test/package-lock.json
       - run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to