Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Sep 5, 2024
1 parent 0381a7c commit 308aa0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/common-js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
matrix:
node: [ 14, 16, 18, 20 ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
exclude:
- node: 14
os: macos-latest
fail-fast: false
name: Test [${{ matrix.os }}, Node ${{ matrix.node }}]
steps:
Expand Down

0 comments on commit 308aa0e

Please sign in to comment.