Skip to content

Commit

Permalink
ci: makes macos actions exclude Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 17, 2024
1 parent b93593e commit bc92d0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['14.x', '16.x', '18.x']
include:
- os: ubuntu-latest
- os: windows-latest
- os: macos-latest
node-version: 16.x
- os: macos-latest
node-version: 18.x
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bc92d0a

Please sign in to comment.