From 341ad58ddb34c1e592163b5d0b386a0ea681c662 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Sat, 7 Jan 2023 08:54:16 -0600 Subject: [PATCH] Only update tree-sitter deps --- .github/workflows/update-cpp-parser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cpp-parser.yml b/.github/workflows/update-cpp-parser.yml index 93e8b01..df19a87 100644 --- a/.github/workflows/update-cpp-parser.yml +++ b/.github/workflows/update-cpp-parser.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 18 - name: Update CPP parser - run: npm update + run: npm update tree-sitter-cpp tree-sitter-c - name: Install dependencies run: npm ci - name: Regenerate Source Files