Skip to content

Commit 8b80b91

Browse files
committed
from the docs
1 parent 76833b9 commit 8b80b91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [macOS-10.14, windows-2016, ubuntu-18.04]
9+
os: [ubuntu-18.04]
1010
node: [4, 6, 8, 10]
1111
include:
12-
# includes a new variable of npm with a value of 2 for the matrix leg matching the os and version
1312
- os: windows-2016
1413
node: 4
1514
npm: 2

0 commit comments

Comments
 (0)