Skip to content

Commit

Permalink
Exclude unsupported platforms in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 31, 2024
1 parent 9884d8e commit 2bccb68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
matrix:
node: [12, 14, 16, 18, 20, 21]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
node: 12
- os: macOS-latest
node: 14

steps:
- name: Clone repository
Expand Down

0 comments on commit 2bccb68

Please sign in to comment.