mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
CI: set nodejs version to 10 on main scripts
nvm can run within a bash shell only.
This commit is contained in:
parent
eeabd3a8c6
commit
4bd51d8988
@ -22,6 +22,8 @@ echo "Install neovim RubyGem."
|
||||
gem install --no-document --version ">= 0.8.0" neovim
|
||||
|
||||
echo "Install neovim npm package"
|
||||
source ~/.nvm/nvm.sh
|
||||
nvm use 10
|
||||
npm install -g neovim
|
||||
npm link neovim
|
||||
|
||||
|
@ -19,6 +19,8 @@ exit_suite --continue
|
||||
|
||||
enter_suite tests
|
||||
|
||||
source ~/.nvm/nvm.sh
|
||||
nvm use 10
|
||||
export TREE_SITTER_DIR=$HOME/tree-sitter-build/
|
||||
|
||||
if test "$CLANG_SANITIZER" != "TSAN" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user