mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
ci: replace node with upstream action
This commit is contained in:
parent
497208692f
commit
86ac7e9274
2 changed files with 2 additions and 8 deletions
5
.github/workflows/test-queries.yml
vendored
5
.github/workflows/test-queries.yml
vendored
|
|
@ -55,11 +55,8 @@ jobs:
|
||||||
ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-latest' && 'rnoweb' }}
|
ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-latest' && 'rnoweb' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: tree-sitter/setup-action/cli@v1
|
||||||
- uses: ilammy/msvc-dev-cmd@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
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -27,10 +27,7 @@ jobs:
|
||||||
CC: ${{ matrix.cc }}
|
CC: ${{ matrix.cc }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: tree-sitter/setup-action/cli@v1
|
||||||
|
|
||||||
- name: Install tree-sitter CLI
|
|
||||||
run: npm i -g tree-sitter-cli
|
|
||||||
|
|
||||||
- name: Test Dependencies
|
- name: Test Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue