Skip to content

Commit

Permalink
chore(plugins-ci): exclude node 10 and 12 on macos (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Jan 6, 2025
1 parent 0da673d commit 42b5b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/plugins-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
node-version: ${{ fromJson(inputs.node-versions) }}
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- os: macos-latest
node-version: 10
- os: macos-latest
node-version: 12
- os: macos-latest
node-version: 14
- os: macos-latest
Expand Down

0 comments on commit 42b5b75

Please sign in to comment.