mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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
|
gem install --no-document --version ">= 0.8.0" neovim
|
||||||
|
|
||||||
echo "Install neovim npm package"
|
echo "Install neovim npm package"
|
||||||
|
source ~/.nvm/nvm.sh
|
||||||
|
nvm use 10
|
||||||
npm install -g neovim
|
npm install -g neovim
|
||||||
npm link neovim
|
npm link neovim
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@ exit_suite --continue
|
|||||||
|
|
||||||
enter_suite tests
|
enter_suite tests
|
||||||
|
|
||||||
|
source ~/.nvm/nvm.sh
|
||||||
|
nvm use 10
|
||||||
export TREE_SITTER_DIR=$HOME/tree-sitter-build/
|
export TREE_SITTER_DIR=$HOME/tree-sitter-build/
|
||||||
|
|
||||||
if test "$CLANG_SANITIZER" != "TSAN" ; then
|
if test "$CLANG_SANITIZER" != "TSAN" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user