diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-04-14 14:07:47 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-04-14 14:10:56 +0200 |
| commit | 86ac7e9274535038f8f5f5f80397f0885bea0326 (patch) | |
| tree | 60d5adef26dc6460fa3c2ec940b57cd3a780641c /.github/workflows | |
| parent | fix(compile): add `/utf-8` flag on win+cl (diff) | |
| download | nvim-treesitter-86ac7e9274535038f8f5f5f80397f0885bea0326.tar nvim-treesitter-86ac7e9274535038f8f5f5f80397f0885bea0326.tar.gz nvim-treesitter-86ac7e9274535038f8f5f5f80397f0885bea0326.tar.bz2 nvim-treesitter-86ac7e9274535038f8f5f5f80397f0885bea0326.tar.lz nvim-treesitter-86ac7e9274535038f8f5f5f80397f0885bea0326.tar.xz nvim-treesitter-86ac7e9274535038f8f5f5f80397f0885bea0326.tar.zst nvim-treesitter-86ac7e9274535038f8f5f5f80397f0885bea0326.zip | |
ci: replace node with upstream action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test-queries.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index fdfb38097..bc4a18d52 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -55,11 +55,8 @@ jobs: ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-latest' && 'rnoweb' }} steps: - uses: actions/checkout@v4 + - uses: tree-sitter/setup-action/cli@v1 - uses: ilammy/msvc-dev-cmd@v1 - - uses: actions/setup-node@v4 - - - name: Install tree-sitter CLI - run: npm i -g tree-sitter-cli - name: Install and prepare Neovim env: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8d71edeb0..6c4ad9578 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,10 +27,7 @@ jobs: CC: ${{ matrix.cc }} steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - - - name: Install tree-sitter CLI - run: npm i -g tree-sitter-cli + - uses: tree-sitter/setup-action/cli@v1 - name: Test Dependencies run: | |
