diff options
| -rw-r--r-- | .github/workflows/check-query-files-and-compilation.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index b9ad5b086..68a5670ff 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -27,6 +27,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ilammy/msvc-dev-cmd@v1.5.0 + - uses: actions/setup-node@v2 - name: Install and prepare Neovim run: | |
