From 6afd1cef43ff416997b53d8ad779015e7ee63806 Mon Sep 17 00:00:00 2001 From: Luis Alfredo Lorenzo Date: Tue, 23 Jul 2024 23:26:45 -0600 Subject: [PATCH] Updates the test GitHub action --- .github/workflows/tests.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53ed59a..bf7acd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,11 +6,6 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: "npm" - - run: npm ci - - run: npm run generate - - run: npm run test + - uses: actions/checkout@v4 + - uses: tree-sitter/setup-action/cli@v1 + - uses: tree-sitter/parser-test-action@v2