Skip to content

Commit

Permalink
Merge branch 'main' into fix/dot-subfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Dec 2, 2023
2 parents 8c33b14 + 40e890a commit 77a2c17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-python@v4
with:
# we lock to 3.11 for a distutils requirement for node-gyp
python-version: '3.11'
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
Expand Down

0 comments on commit 77a2c17

Please sign in to comment.