Skip to content
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

GH-36025: [JS] Allow Node.js 18.14 or later in verify-release-candidate.sh #36089

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Jun 15, 2023

Rationale for this change

In Node.js 18.14 or later, gulp bundle:webpack succeeds.
So we support running verify-release-candidate.sh with Node.js 18.14 or later.

What changes are included in this PR?

Node.js version check allows 16, 18.14 or later.
Install Node.js LTS with nvm.

Are these changes tested?

I have tested that TEST_DEFAULT=0 TEST_JS=1 dev/release/verify-release-candidate.sh succeeds in several environments.

  • Node.js is not installed
    • v18.16.0 installed with nvm and verify-release-candidate.sh succeeded.
  • Node.js 16.x installed
    • Node.js 16.x is used and verify-release-candidate.sh succeeded.
  • Node.js 18.13.0 installed
    • v18.16.0 installed with nvm and verify-release-candidate.sh succeeded.
  • Node.js 18.14.0 installed
    • Node.js 18.14.0 is used and verify-release-candidate.sh succeeded.
  • Node.js 20.x installed
    • Node.js 20.x is used and verify-release-candidate.sh succeeded.

Are there any user-facing changes?

Signed-off-by: abetomo <abe@enzou.tokyo>
Signed-off-by: abetomo <abe@enzou.tokyo>
…candidate.sh`

Signed-off-by: abetomo <abe@enzou.tokyo>
@github-actions github-actions bot added the awaiting review Awaiting review label Jun 15, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 28884b2 into apache:main Jun 15, 2023
6 checks passed
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jun 15, 2023
@abetomo abetomo deleted the gh-36025 branch June 15, 2023 23:46
@conbench-apache-arrow
Copy link

Conbench analyzed the 6 benchmark runs on commit 28884b2e.

There were 3 benchmark results indicating a performance regression:

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JS] "gulp bundle:webpack" fails with Node.js 18
2 participants