-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-39020: [CI][Release][JS] Use Node.js 18 instead of 16 #39021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
|
@github-actions crossbow submit verify-rc-source-js-macos-* |
7ae4d4f to
71ca928
Compare
|
Revision: 71ca928bdd93286894cb80e3cd880aa0f269b871 Submitted crossbow builds: ursacomputing/crossbow @ actions-aad18fbdce
|
71ca928 to
8b975e2
Compare
|
@github-actions crossbow submit verify-rc-source-js-linux-* |
8b975e2 to
689f851
Compare
|
Revision: 8b975e28209f536b3077f6ec83d390e0438f5f7d Submitted crossbow builds: ursacomputing/crossbow @ actions-38c184f0c3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This .yml is used only for verify-rc-binaries-*-linux-amd64 and they don't use Node.js.
689f851 to
6cfe869
Compare
|
@github-actions crossbow submit verify-rc-source-js-macos-amd64 verify-rc-source-js-linux-almalinux-8-amd64 |
|
Revision: 6cfe869 Submitted crossbow builds: ursacomputing/crossbow @ actions-bf5982430a
|
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit bcd096d. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…e#39021) ### Rationale for this change Node.js 16 reached EOL. ### What changes are included in this PR? Use Node.js 18. It's the oldest maintained LTS. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#39020 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
Node.js 16 reached EOL.
What changes are included in this PR?
Use Node.js 18. It's the oldest maintained LTS.
Are these changes tested?
Yes.
Are there any user-facing changes?
No.