Skip to content

chore(deps): update dependency tree-sitter-cli to v0.24.3 #271

chore(deps): update dependency tree-sitter-cli to v0.24.3

chore(deps): update dependency tree-sitter-cli to v0.24.3 #271

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm install
- run: npm run compile
- run: npm test