chore: run fewer CI jobs (#8496)

pull/8515/head
Ben McCann 1 year ago committed by Simon Holthausen
parent 2813814396
commit caef440391

@ -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
@ -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

Loading…
Cancel
Save