Skip to content

Commit eb8fb19

Browse files
authored
chore: only test Node.js 10 on linux (#2074)
1 parent 14d350c commit eb8fb19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
matrix:
1515
os: [macos-latest, ubuntu-latest, windows-latest]
1616
node-version: [10.x, 15.x]
17+
exclude:
18+
- os: macOS-latest
19+
node-version: 10.x
20+
- os: windows-latest
21+
node-version: 10.x
1722
fail-fast: false
1823

1924
steps:

0 commit comments

Comments
 (0)