diff options
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c775eda4..e09a5f295 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: Install and prepare Neovim env: - NVIM_TAG: stable + NVIM_TAG: v0.10.4 run: | bash ./scripts/ci-install.sh |
