Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell authored Nov 15, 2023
1 parent 25f596b commit 8fe5453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install latest node-gyp
run: |
npm explore npm/node_modules/@npmcli/run-script --global -- npm_config_global=false npm install node-gyp@latest
if: ${{ matrix.os == 'macos-latest' && matrix.node-version == '20.x' }}
if: ${{ matrix.os == 'macos-latest' && matrix.node-version != '21.x' }}

- name: Install csound-api on macOS and Linux
run: npm install
Expand Down

0 comments on commit 8fe5453

Please sign in to comment.