You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/16 03:32:46 UTC

[GitHub] [arrow] domoritz commented on a diff in pull request #14652: ARROW-18335: [CI][Release][JS] Use Node.js 16 as workaround

domoritz commented on code in PR #14652:
URL: https://github.com/apache/arrow/pull/14652#discussion_r1023470519


##########
dev/release/verify-release-candidate.sh:
##########
@@ -326,7 +326,9 @@ install_nodejs() {
       PROFILE=/dev/null bash
     [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
 
-    nvm install --lts
+    # ARROW-18335: "gulp bundle" is failed with Node.js 18.

Review Comment:
   ```suggestion
       # ARROW-18335: "gulp bundle" failed with Node.js 18.
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org