Skip to content

Bump tree-sitter to 0.22.5 #22

Bump tree-sitter to 0.22.5

Bump tree-sitter to 0.22.5 #22

Workflow file for this run

name: Build/test
on:
pull_request:
branches:
- "**"
push:
branches:
- "master"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 21
- run: npm install
- run: npm test