From 1435a2b8c2a660cb4ce01505a775794ea8981235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=E9=87=91=E5=8F=AF=E6=98=8E?= Date: Sat, 24 Oct 2020 11:35:21 +0800 Subject: [PATCH] fix(ci): bump neovim version from v0.2.0 -> v0.2.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b575ad24..db0f7bcc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - vim-version: [v0.2.0, head] + vim-version: [v0.2.1, head] node-version: [10, 12, 14] runs-on: ${{ matrix.os }} env: