Skip to content

Conversation

@AbaoFromCUG
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings January 7, 2026 10:05
@AbaoFromCUG
Copy link
Collaborator Author

@AbaoFromCUG AbaoFromCUG added the bug Something isn't working label Jan 7, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes tree-sitter compilation issues on CI by adding explicit Node.js setup and tree-sitter CLI installation steps to the unit_test job. The changes also refine workflow triggers and update the test matrix.

  • Added Node.js setup and tree-sitter CLI installation to resolve compilation failures
  • Refined workflow triggers to only run on pull requests targeting master
  • Updated test matrix by adding gcc compiler specification and removing the v0.10.4 Neovim version

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The actions/setup-node@v3 action is used without specifying a node-version parameter. This means the workflow will use whatever Node.js version is pre-installed on the runner, which could vary or change over time and lead to inconsistent builds. Consider pinning to a specific Node.js version for reproducibility.

Suggested change
- uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 20

Copilot uses AI. Check for mistakes.
@AbaoFromCUG AbaoFromCUG merged commit be43452 into master Jan 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants