Skip to content

Commit f9974f2

Browse files
committed
Update to use nvim 0.11.0
1 parent f9136d4 commit f9974f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Prepare
1818
run: |
1919
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"
20+
curl -sL "https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-linux64.tar.gz" | tar xzf - --strip-components=1 -C "${PWD}/_nvim"
2121
export PATH="${PWD}/_nvim/bin:${PATH}"
2222
2323
nvim --headless -u scripts/minimal.vim -c 'TSUpdateSync javascript typescript' -c 'q'

0 commit comments

Comments
 (0)