Skip to content

Commit

Permalink
feat(ci): test with nvim nightly (#4661)
Browse files Browse the repository at this point in the history
drop node 14 testing
  • Loading branch information
fannheyward committed Jun 2, 2023
1 parent edcc376 commit 2a0e554
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
neovim:
- "stable"
- "nightly"
node:
- "16"
- "14"
include:
# only enable coverage on the fastest job
- node: "16"
Expand Down Expand Up @@ -47,16 +49,17 @@ jobs:
- run: pip install pynvim

- name: Setup vim
uses: rhysd/action-setup-vim@v1.2.13
uses: rhysd/action-setup-vim@v1
id: vim
with:
version: v9.0.0815

- name: Setup neovim
id: nvim
uses: rhysd/action-setup-vim@v1.2.13
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.neovim }}

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 2a0e554

Please sign in to comment.