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