We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9136d4 commit f9974f2Copy full SHA for f9974f2
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Prepare
18
run: |
19
mkdir -p _nvim
20
- curl -sL "https://github.com/neovim/neovim/releases/download/v0.9.0/nvim-linux64.tar.gz" | tar xzf - --strip-components=1 -C "${PWD}/_nvim"
+ curl -sL "https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-linux64.tar.gz" | tar xzf - --strip-components=1 -C "${PWD}/_nvim"
21
export PATH="${PWD}/_nvim/bin:${PATH}"
22
23
nvim --headless -u scripts/minimal.vim -c 'TSUpdateSync javascript typescript' -c 'q'
0 commit comments