Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update tree-sitter dependencies to versions supporting Node 20 #235

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: mymindstorm/setup-emsdk@v14
with:
# See https://github.com/tree-sitter/tree-sitter/blob/master/cli/emscripten-version
cr7pt0gr4ph7 marked this conversation as resolved.
Show resolved Hide resolved
version: 2.0.24
version: 3.1.64
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest
node-version: ['18.x']
node-version: ['18.x', '19.x', '20.x']

steps:
- name: set git core.autocrlf to 'input'
Expand All @@ -30,7 +30,7 @@ jobs:
if: ${{ matrix.os != 'windows-latest' }}
with:
# See https://github.com/tree-sitter/tree-sitter/blob/master/cli/emscripten-version
cr7pt0gr4ph7 marked this conversation as resolved.
Show resolved Hide resolved
version: 2.0.24
version: 3.1.64
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v4
with:
Expand Down
Loading
Loading