summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-07-31 00:03:59 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-31 19:57:08 +0200
commit59887fbf3335316e5d0458ff03493a998fabf1ee (patch)
tree598ffaddd79d4a339da3535afbebeb90c0339c93
parent950932f0c217979a31dc4b0dd00174453427600e (diff)
Use node action
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml1
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 b9ad5b08..68a5670f 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: |