Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Nov 22, 2023
1 parent f6e4601 commit 7d807ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install node-gyp globally for v12 + v14
if: ${{ matrix.os == 'windows-latest' && matrix.node < 16 }}
run: npm install -g [email protected]
- name: Use node ${{ matrix.node }} ${{ matrix.arch }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 7d807ae

Please sign in to comment.