Skip to content

Commit

Permalink
Pin Python to 3.9 for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Jan 7, 2024
1 parent aea5609 commit 939804e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
with:
# See https://github.com/tree-sitter/tree-sitter/blob/master/cli/emscripten-version
version: 2.0.24
- name: with Python 3.9
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 939804e

Please sign in to comment.