Skip to content

Commit

Permalink
Merge pull request #139 from verhovsky/github-actions
Browse files Browse the repository at this point in the history
Fix GitHub Actions CI
  • Loading branch information
verhovsky authored Jun 14, 2023
2 parents fe3666c + dfd3d74 commit 7f67305
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os:
- windows-latest
- windows-2019
node:
- 10
fail-fast: false
Expand Down
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ build
vendor/tree-sitter/**/*
!vendor/tree-sitter/lib/src/**/*.{c,h}
!vendor/tree-sitter/lib/include/tree_sitter/*.h

.travis.yml
appveyor.yml
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
node tree-sitter
================

[![Build Status](https://travis-ci.org/tree-sitter/node-tree-sitter.svg?branch=master)](https://travis-ci.org/tree-sitter/node-tree-sitter)
[![Build status](https://ci.appveyor.com/api/projects/status/0pqlhnnk6i9rsakj/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/node-tree-sitter/branch/master)

Incremental parsers for node

### Installation
Expand Down

0 comments on commit 7f67305

Please sign in to comment.