Skip to content

Commit

Permalink
Test on Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed May 18, 2024
1 parent fde3620 commit a924a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2019]
node-version: [21.x, 20.x, 18.x]
node-version: [22.x, 21.x, 20.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down 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 != '21.x' }}
if: ${{ matrix.os == 'macos-latest' && (matrix.node-version == '20.x' || matrix.node-version == '18.x') }}

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

0 comments on commit a924a94

Please sign in to comment.