Skip to content

Commit f0f9299

Browse files
committed
adjust matrix
1 parent eb094f4 commit f0f9299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: ['ubuntu', 'windows', 'macOS']
22-
node: ['6', '8', '10', '12', '14', '16']
21+
os: ['ubuntu', 'windows']
22+
node: ['8', '10', '12', '14', '16']
2323

2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)