Skip to content

Commit 4202ed6

Browse files
committed
added include and exclude
1 parent 784fd5b commit 4202ed6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/execution-flow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ jobs:
77
matrix:
88
node-version: [12,13,14]
99
os: [ubuntu-latest,windows-latest]
10+
include:
11+
- os: ubuntu-latest
12+
node-version: 18
13+
exclude:
14+
- os: windows-latest
15+
node-version: 12
1016
runs-on: ${{ matrix.os }}
1117
steps:
1218
- name: checkout

0 commit comments

Comments
 (0)