Skip to content

Update tree-sitter requirement from ~0.20 to ~0.22 #84

Update tree-sitter requirement from ~0.20 to ~0.22

Update tree-sitter requirement from ~0.20 to ~0.22 #84

Workflow file for this run

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