Skip to content

Commit

Permalink
chore: run fewer CI jobs (#8496)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and dummdidumm committed Apr 18, 2023
1 parent 2813814 commit caef440
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,8 +11,17 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- node-version: 14
os: ubuntu-latest
- node-version: 14
os: windows-latest
- node-version: 14
os: macOS-latest
- node-version: 16
os: ubuntu-latest
- node-version: 18
os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -37,6 +46,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: 14
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit caef440

Please sign in to comment.