This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 904a5048b057 [SPARK-54271][UI][BUILD] Upgrade node version for UI test
module to the latest LTS 24.11.0
904a5048b057 is described below
commit 904a5048b057c97596a8be574d0731ab960d7e05
Author: Kent Yao <[email protected]>
AuthorDate: Sun Nov 9 23:19:32 2025 -0800
[SPARK-54271][UI][BUILD] Upgrade node version for UI test module to the
latest LTS 24.11.0
### What changes were proposed in this pull request?
Upgrade node version for UI test module to the latest LTS - 24.11.0
### Why are the changes needed?
CI environment maintenance for the UI module
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
Updated nodejs locally and tested
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #52966 from yaooqinn/SPARK-54271.
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
ui-test/package-lock.json | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 7f5427d13235..19b71026a61c 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1380,7 +1380,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v6
with:
- node-version: 20
+ node-version: 24.11.0
cache: 'npm'
cache-dependency-path: ui-test/package-lock.json
- run: |
diff --git a/ui-test/package-lock.json b/ui-test/package-lock.json
index 6dab5ac5782d..587f14e1b5ca 100644
--- a/ui-test/package-lock.json
+++ b/ui-test/package-lock.json
@@ -54,6 +54,7 @@
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz",
"integrity":
"sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==",
"dev": true,
+ "peer": true,
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.22.13",
@@ -1276,6 +1277,7 @@
"url": "https://github.com/sponsors/ai"
}
],
+ "peer": true,
"dependencies": {
"caniuse-lite": "^1.0.30001541",
"electron-to-chromium": "^1.4.535",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]