File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ test-ubuntu: ## Run tests in Ubuntu Docker container (matches CI environment)
2323 apt-get install -y neovim lua-check && \
2424 mkdir -p /root/.local/share/nvim/lazy/ && \
2525 git clone --depth 1 https://github.com/nvim-lua/plenary.nvim.git /root/.local/share/nvim/lazy/plenary.nvim && \
26- git clone --depth 1 --branch master https://github.com/nvim-treesitter/nvim-treesitter.git /root/.local/share/nvim/lazy/nvim-treesitter && \
26+ git clone --depth 1 --branch v0.10.0 https://github.com/nvim-treesitter/nvim-treesitter.git /root/.local/share/nvim/lazy/nvim-treesitter && \
2727 make test"
2828
2929check : # # uses [luacheck](https://github.com/mpeterv/luacheck) - checks for any type errors or style issues
You can’t perform that action at this time.
0 commit comments