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 82fe648 commit 2008c3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
fail-fast: false
matrix:
node-version: ['22', '21', '20', '18', '16', '14']
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
os: ['windows-latest', 'windows-2019', 'ubuntu-24.04', 'ubuntu-latest', 'ubuntu-20.4', 'macos-latest', 'macos-13', 'macos-12']
exclude:
# exclude node14 test on arm due to nodejs 14 release is not available for darwin-arm
- node-version: '14'
os: 'macos-latest'
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node-version }} sample (${{ matrix.os }})
steps:
Expand Down

0 comments on commit 2008c3b

Please sign in to comment.