Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust authored Jul 30, 2024
1 parent 2008c3b commit efcbbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
node-version: ['22', '21', '20', '18', '16', '14']
os: ['windows-latest', 'windows-2019', 'ubuntu-24.04', 'ubuntu-latest', 'ubuntu-20.4', 'macos-latest', 'macos-13', 'macos-12']
os: ['windows-latest', 'ubuntu-24.04', 'ubuntu-latest', 'macos-latest', 'macos-13']
exclude:
# exclude node14 test on arm due to nodejs 14 release is not available for darwin-arm
- node-version: '14'
Expand Down

0 comments on commit efcbbd9

Please sign in to comment.