summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-07 17:16:50 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2021-03-16 18:52:43 +0100
commit719329f6b411864cf3fd4ee017840e708cd4f5aa (patch)
treef91d064f792640fdf3b228f278eefd49296d478b
parent532a369b3267c144b294abcdf13b999e36e27e12 (diff)
Add NPM for now to Ubuntu CI
-rw-r--r--.github/workflows/check_query_files.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check_query_files.yml b/.github/workflows/check_query_files.yml
index 45019dab..d6298b6e 100644
--- a/.github/workflows/check_query_files.yml
+++ b/.github/workflows/check_query_files.yml
@@ -13,6 +13,8 @@ jobs:
run: |
sudo apt-get update
sudo add-apt-repository universe
+ sudo apt-get install -y npm
+ npm i -g tree-sitter
wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
chmod u+x nvim.appimage
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start