Skip to content

bump tree-sitter to 0.22.1 #30

bump tree-sitter to 0.22.1

bump tree-sitter to 0.22.1 #30

Workflow file for this run

name: Build/test
on:
pull_request:
branches:
- "**"
push:
branches:
- "main"
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: 16
- run: npm ci
- run: npm test