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

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


The following commit(s) were added to refs/heads/master by this push:
     new 71b6b9c  ARROW-11292: [Release][JS] Use Node.JS LTS
71b6b9c is described below

commit 71b6b9c1a4ee9c2e852ac04e60e18ebad9ac798a
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Jan 18 05:59:36 2021 +0900

    ARROW-11292: [Release][JS] Use Node.JS LTS
    
    Closes #9236 from kou/release-js-lts
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/release/verify-release-candidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
index b05d31a..1bf51e4 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -418,7 +418,7 @@ test_js() {
       PROFILE=/dev/null bash
     [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
 
-    nvm install node
+    nvm install --lts
   fi
 
   npm install

Reply via email to