Skip to content

Commit caef440

Browse files
benmccanndummdidumm
authored andcommitted
chore: run fewer CI jobs (#8496)
1 parent 2813814 commit caef440

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/ci.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,17 @@ jobs:
1111
timeout-minutes: 15
1212
strategy:
1313
matrix:
14-
node-version: [14, 16, 18]
15-
os: [ubuntu-latest, windows-latest, macOS-latest]
14+
include:
15+
- node-version: 14
16+
os: ubuntu-latest
17+
- node-version: 14
18+
os: windows-latest
19+
- node-version: 14
20+
os: macOS-latest
21+
- node-version: 16
22+
os: ubuntu-latest
23+
- node-version: 18
24+
os: ubuntu-latest
1625
steps:
1726
- uses: actions/checkout@v3
1827
- uses: actions/setup-node@v3
@@ -37,6 +46,7 @@ jobs:
3746
timeout-minutes: 10
3847
strategy:
3948
matrix:
49+
node-version: 14
4050
os: [ubuntu-latest, windows-latest, macOS-latest]
4151
steps:
4252
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)