Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-11-20 Thread Dominik Moritz
Thanks for catching that. Jest is used for running the tests and jest supports node 14.15. Could we switch to node 14.15 instead of 14.0 for this test? On Nov 20, 2021 at 05:37:00, Benson Muite wrote: > Hi, > > Tested this on AlmaLinux 8. Following steps: > > export NVM_DIR="`pwd`/.nvm" >

Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-11-20 Thread Benson Muite
Hi, Tested this on AlmaLinux 8. Following steps: export NVM_DIR="`pwd`/.nvm" mkdir -p $NVM_DIR curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | \ PROFILE=/dev/null bash [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" nvm install --lts n